summaryrefslogtreecommitdiff
path: root/package/libxml2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-19 13:07:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-19 13:07:50 +0100
commit2d71adf10c3470d7d667e7d0abe56647f04f20a5 (patch)
treeaba550072efd5229a50171c50b9febafcfe5d323 /package/libxml2
parent2dfe345717ea5f2bfbd997508f294183fd170f7d (diff)
fix host build on Cygwin
Diffstat (limited to 'package/libxml2')
-rw-r--r--package/libxml2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile
index dbcfcef86..301c6662d 100644
--- a/package/libxml2/Makefile
+++ b/package/libxml2/Makefile
@@ -34,7 +34,10 @@ $(eval $(call PKG_template,LIBXML2_PYTHON,libxml2-python,${PKG_VERSION}-${PKG_RE
include $(TOPDIR)/mk/python.mk
HOST_STYLE:= auto
-HOST_CONFIGURE_ARGS+= --without-python
+HOST_CONFIGURE_ARGS+= --without-python \
+ --without-iconv \
+ --without-lzma \
+ --without-zlib
HOST_MAKE_FLAGS+= LDFLAGS=-lpthread
AUTOTOOL_STYLE:= autoreconf