summaryrefslogtreecommitdiff
path: root/package/glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-06-05 23:22:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-06-05 23:23:02 +0200
commitea02bf867fe9d9f70a6867bf84896a61e0643f9c (patch)
tree313f8aabd76363834220daeaaae68d023266f950 /package/glib
parentc6c7f1bce4a1024b90bf050f5c9509f39c1733cf (diff)
glib: fix when libiconv is used
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 994dd59d6..ecb349f85 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -26,6 +26,9 @@ $(eval $(call HOST_template,GLIB,glib,$(PKG_VERSION)-$(PKG_RELEASE)))
$(eval $(call PKG_template,GLIB,glib,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
AUTOTOOL_STYLE:= autoreconf
+ifeq ($(ADK_TARGET_LIBICONV),y)
+CONFIGURE_ARGS+= --with-libiconv=yes
+endif
CONFIGURE_ARGS+= --disable-mem-pools \
--disable-rebuilds \
--disable-fam \