glib2: the host build also needs --with-libiconv=gnu
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
afc80d099b
commit
a133dd69af
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ define Package/glib2/description
|
|||
endef
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--disable-selinux
|
||||
--disable-selinux \
|
||||
--with-libiconv=gnu
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
|
|
Loading…
Reference in a new issue