gettext-full: avoid using iconv for host builds
authorJo-Philipp Wich <jo@mein.io>
Wed, 11 Jan 2017 02:44:51 +0000 (03:44 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 11 Jan 2017 02:48:30 +0000 (03:48 +0100)
commitb95494baedbc46d088550e18370e3507af4f732e
tree6fd714f85b5fcd5da9417e5a7c156c842eb86020
parent43d53399406b08bdfeb78727cd122578aee4894a
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>
package/libs/gettext-full/Makefile