glib: use GNU iconv

Fixes compilation error.
This commit is contained in:
Leonid Pliushch 2019-05-05 19:04:33 +03:00 committed by Fredrik Fornwall
parent b98ffcf631
commit b122c870bb
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-libmount
--disable-znodelete
--with-pcre=system
--with-libiconv=gnu
"
termux_step_pre_configure() {