summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-11-02 05:31:32 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-11-06 04:39:02 +0530
commitf857d54e5f210e2a7f4923432498ecb9a78bc3b1 (patch)
tree1f1afd56bd128764d755edd40d75051a49e704aa /recipes
parente3c4b0d1a016abbd6e673b13c802be6154f7331b (diff)
libiconv.recipe: pls no commenting things out
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libiconv.recipe3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/libiconv.recipe b/recipes/libiconv.recipe
index eb4e7e64..b878c0b4 100644
--- a/recipes/libiconv.recipe
+++ b/recipes/libiconv.recipe
@@ -11,8 +11,6 @@ class Recipe(recipe.Recipe):
tarball_checksum = 'ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178'
patches = ['libiconv/0001-Use-correct-autotools-versions.patch',
'libiconv/0002-lib-Only-rename-locale_charset-for-libiconv-not-libc.patch',]
-# 'libiconv/0002-Add-support-for-Android.patch',
-# 'libiconv/0003-stdint-fix-build-with-Android-s-Bionic-fox-x86.patch',
configure_options = '--disable-nls --enable-static'
autoreconf_sh = './autogen.sh --skip-gnulib && autoreconf -fiv'
@@ -22,7 +20,6 @@ class Recipe(recipe.Recipe):
files_libs = ['libiconv', 'libcharset', ]
files_devel = ['include/iconv.h', 'include/libcharset.h',
'include/localcharset.h' ]
-# files_lang = ['libiconv']
def prepare(self):
# Don't artificially force a libtool dependency when compiling as a build tool