Just like with libffi package, HOST_STYLE=auto led to 'prefix=/usr' in host build libffi.pc.
Signed-off-by: Phil Sutter phil@nwl.cc --- package/libxml2/Makefile | 1 - 1 file changed, 1 deletion(-)
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index 20a1428b7310c..078788d7ef774 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -22,7 +22,6 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call HOST_template,LIBXML2,libxml2,$(PKG_VERSION)-$(PKG_RELEASE))) $(eval $(call PKG_template,LIBXML2,libxml2,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
-HOST_STYLE:= auto HOST_CONFIGURE_ARGS+= --without-python \ --with-threads \ --without-iconv \