summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2025-01-05 01:18:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-01-06 11:53:43 +0100
commit840e44d0b0112830d4af2670476fa66b35e005c1 (patch)
tree23a1baef2b75ad20ef1d99664819c2f9aab8e3e5 /package
parent9f6c343e71d5ae2d2e812280c68182fc428de29e (diff)
package: libxml2: Also fix for wrong libxml2.pc content in host build
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>
Diffstat (limited to 'package')
-rw-r--r--package/libxml2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile
index 20a1428b7..078788d7e 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 \