summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-09 14:56:34 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-09 14:56:34 +0100
commit73405649ca8bdc9b8076f74d2f3672a0481ecad1 (patch)
tree819b5ec9f5640e7aa998e16391d0ce9b560c17c0
parent7d0f7e6d8f1d3e3058441e3cf6f8dd4256caf092 (diff)
libgpg-error: Make sure to build a static library
-rw-r--r--recipes/libgpg-error/libgpg-error.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libgpg-error/libgpg-error.recipe b/recipes/libgpg-error/libgpg-error.recipe
index 7dce4220..8fd4e145 100644
--- a/recipes/libgpg-error/libgpg-error.recipe
+++ b/recipes/libgpg-error/libgpg-error.recipe
@@ -7,6 +7,7 @@ class Recipe(recipe.Recipe):
licenses = [License.LGPLv2_1Plus]
stype = SourceType.TARBALL
url = 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%(version)s.tar.bz2'
+ configure_options = ' --enable-static --enable-shared'
patches = ['0001-windows-fix-deadlock-in-make-install.patch']
files_libs = ['libgpg-error']