diff options
author | Phil Sutter <phil@nwl.cc> | 2025-01-05 01:18:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-06 11:53:42 +0100 |
commit | 9f6c343e71d5ae2d2e812280c68182fc428de29e (patch) | |
tree | d95ab9dd5d81a53289e806fa22317d5aa2fd8180 | |
parent | f7e0e6cba36ca49ed9962ab33e2adb26ff44b2d6 (diff) |
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 <phil@nwl.cc>
-rw-r--r-- | package/libffi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |