Skip to content
Snippets Groups Projects
Commit b95494ba authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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: default avatarJo-Philipp Wich <jo@mein.io>
parent 43d53399
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment