From 840e44d0b0112830d4af2670476fa66b35e005c1 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 5 Jan 2025 01:18:26 +0100 Subject: 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 --- package/libxml2/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'package') 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 \ -- cgit v1.2.3