Browse Source

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>
Phil Sutter 3 months ago
parent
commit
840e44d0b0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/libxml2/Makefile

+ 0 - 1
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 \