openwrt/package/libs/gettext-full
Jo-Philipp Wich b95494baed gettext-full: avoid using iconv for host builds
The gettext-full host build might pick up iconv-stub host build  headers
during the build, leading to stray linker errors with unresolved references
to libiconv_open(), libiconv() and libiconv_close().

Since we're not needing iconv support on the host, pass the appropriate
cache variables to configure to prevent detection and linking of iconv.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-11 03:48:30 +01:00
..
patches gettext-full: update to 0.19.8.1 2016-10-13 20:25:42 +02:00
Makefile gettext-full: avoid using iconv for host builds 2017-01-11 03:48:30 +01:00