diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 14:55:38 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 14:55:48 +0100 |
commit | 5014415c1c02852c5c898139e4c50d1baf6fb6a7 (patch) | |
tree | 32c6c364637b7b4af5c5d95d0d5e02981f4b9b75 /libs/glib2 | |
parent | 393a788cc07731268df329a856d006f29e308781 (diff) |
glib2: use --with-libiconv=gnu, always required as of trunk r48396
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'libs/glib2')
-rw-r--r-- | libs/glib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 70f8450a8..4238c61e3 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -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 \ |