summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-09 14:56:43 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-09 14:56:43 +0100
commit6166cd671539f70e68510e3f14e0178db5c4a712 (patch)
treebfee59feb07ddaa5e8af4e4e47dc6f72dfca5539
parent73405649ca8bdc9b8076f74d2f3672a0481ecad1 (diff)
libgcrypt: Make sure to build a static library
-rw-r--r--recipes/libgcrypt/libgcrypt.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libgcrypt/libgcrypt.recipe b/recipes/libgcrypt/libgcrypt.recipe
index a4674ad1..81f5c108 100644
--- a/recipes/libgcrypt/libgcrypt.recipe
+++ b/recipes/libgcrypt/libgcrypt.recipe
@@ -10,7 +10,7 @@ class Recipe(recipe.Recipe):
stype = SourceType.TARBALL
url = 'ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%(version)s.tar.bz2'
autoreconf = True
- configure_options = ' --with-gpg-error-prefix=$CERBERO_PREFIX'
+ configure_options = ' --enable-static --enable-shared --with-gpg-error-prefix=$CERBERO_PREFIX'
patches = ['0001-Add-missing-file-in-distribution-tarball.patch', '0002-add-other-missing-file.patch', '0003-rndhw-Don-t-use-__LP64__-it-does-not-work-on-Windows.patch']
deps = ['libgpg-error']