summaryrefslogtreecommitdiff
path: root/recipes/libiconv.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-09-03 12:50:16 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-09-03 12:50:16 +0200
commitd789e87ce4b1abf43edcd187b81c81c18168d375 (patch)
tree7436f1bea17a76dadc0c492ac669d33dfb83493f /recipes/libiconv.recipe
parent3c39846815588075d6ea53f9ba1e7e55f498dd20 (diff)
libiconv: enable static build too
Diffstat (limited to 'recipes/libiconv.recipe')
-rw-r--r--recipes/libiconv.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libiconv.recipe b/recipes/libiconv.recipe
index ab961ba8..c79761b0 100644
--- a/recipes/libiconv.recipe
+++ b/recipes/libiconv.recipe
@@ -6,7 +6,7 @@ class Recipe(recipe.Recipe):
version = '1.14+2012-07-01'
# only libraries are LGPLv2+, tools are GPLv3+ and defined below
licenses = [License.LGPLv2Plus]
- configure_options = '--disable-nls'
+ configure_options = '--disable-nls --enable-static'
platform_deps = {Platform.WINDOWS: ['gettext']}
autoreconf = True
autoreconf_sh = './autogen.sh --skip-gnulib'