lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit a133dd69af9de212225261ff897e25a1509628cf
parent afc80d099baed9a6a1b388ba8a05e596943dbf77
Author: Felix Fietkau <nbd@openwrt.org>
Date:   Wed, 20 Jan 2016 16:14:55 +0100

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

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

Diffstat:
Mlibs/glib2/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

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