Browse Source

glib2: the host build also needs --with-libiconv=gnu

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
lilik-openwrt-22.03
Felix Fietkau 9 years ago
parent
commit
a133dd69af
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libs/glib2/Makefile

+ 2
- 1
libs/glib2/Makefile View File

@ -45,7 +45,8 @@ define Package/glib2/description
endef
HOST_CONFIGURE_ARGS += \
--disable-selinux
--disable-selinux \
--with-libiconv=gnu
CONFIGURE_ARGS += \
--enable-shared \


Loading…
Cancel
Save