summaryrefslogtreecommitdiff
path: root/package/glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/glib/Makefile')
-rw-r--r--package/glib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 56a364f82..7e07bac4c 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -24,7 +24,6 @@ include $(ADK_TOPDIR)/mk/package.mk
$(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
@@ -50,8 +49,6 @@ ifneq ($(OS_FOR_BUILD),Darwin)
HOST_CONFIGURE_ARGS+= --with-libiconv=no
endif
HOST_CONFIGURE_ARGS+= --disable-fam \
- --disable-carbon \
- --disable-cocoa \
--disable-dtrace \
--enable-static \
--with-pcre=bundled \