From 9f6c343e71d5ae2d2e812280c68182fc428de29e Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 5 Jan 2025 01:18:25 +0100 Subject: package: libffi: Fix for wrong libffi.pc content in host build This would also contain 'prefix=/usr'. Not sure what this 'auto' HOST_STYLE is supposed to do, but in this case it breaks things. Signed-off-by: Phil Sutter --- package/libffi/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'package') diff --git a/package/libffi/Makefile b/package/libffi/Makefile index c6cfe64e9..b6dd3c851 100644 --- a/package/libffi/Makefile +++ b/package/libffi/Makefile @@ -22,7 +22,6 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call HOST_template,LIBFFI,libffi,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,LIBFFI,libffi,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -HOST_STYLE:= auto HOST_CONFIGURE_ARGS+= --disable-builddir --with-pic --disable-symvers CONFIGURE_ARGS+= --disable-builddir --with-pic --disable-symvers -- cgit v1.2.3