diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-02-10 12:22:46 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-02-10 12:25:23 +0100 |
commit | f3326efc2b7779c48772f7fb6c377e92a2fa4f23 (patch) | |
tree | d73f4f35e0815f0ad3658243c822e59552e2e4ec /recipes/libiconv.recipe | |
parent | 4d982fc7c1a697b90ae27f19b65c0247dad9dcb8 (diff) |
recipes: libiconv + gettext : Redefine locale_charset
While it's not exposed by the library, that symbol will cause linking
issues for static builds (present in both libiconv.a and libintl.a)
Diffstat (limited to 'recipes/libiconv.recipe')
-rw-r--r-- | recipes/libiconv.recipe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/libiconv.recipe b/recipes/libiconv.recipe index 05d993a0..912b1ddd 100644 --- a/recipes/libiconv.recipe +++ b/recipes/libiconv.recipe @@ -26,5 +26,4 @@ class Recipe(recipe.Recipe): def prepare(self): if self.config.target_platform != Platform.LINUX: self.runtime_dep = True - if self.config.target_platform == Platform.IOS: - self.append_env['CFLAGS'] = '-Dlocale_charset=iconv_locale_charset' + self.append_env['CFLAGS'] = '-Dlocale_charset=iconv_locale_charset' |