From 2d71adf10c3470d7d667e7d0abe56647f04f20a5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 19 Nov 2013 13:07:50 +0100 Subject: fix host build on Cygwin --- package/libxml2/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package/libxml2') 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 -- cgit v1.2.3