Browse Source

glib2: use --with-libiconv=gnu, always required as of trunk r48396

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

+ 1
- 1
libs/glib2/Makefile View File

@ -53,7 +53,7 @@ CONFIGURE_ARGS += \
--enable-debug=no \
--disable-selinux \
--disable-fam \
$(if $(ICONV_FULL),--with-libiconv=gnu)
--with-libiconv=gnu
CONFIGURE_VARS += \
glib_cv_stack_grows=no \


Loading…
Cancel
Save