glib2: use --with-libiconv=gnu, always required as of trunk r48396
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
393a788cc0
commit
5014415c1c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ CONFIGURE_ARGS += \
|
||||||
--enable-debug=no \
|
--enable-debug=no \
|
||||||
--disable-selinux \
|
--disable-selinux \
|
||||||
--disable-fam \
|
--disable-fam \
|
||||||
$(if $(ICONV_FULL),--with-libiconv=gnu)
|
--with-libiconv=gnu
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
glib_cv_stack_grows=no \
|
glib_cv_stack_grows=no \
|
||||||
|
|
Loading…
Reference in a new issue