diff options
Diffstat (limited to 'package/libxml2/Makefile')
-rw-r--r-- | package/libxml2/Makefile | 5 |
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 |