[Buildroot] [RFC v1 2/6] package/libb2/libb2.mk: fix cross-compile/runtime detection

Peter Seiderer ps.report at gmx.net
Sat Feb 13 17:40:09 UTC 2021


Signed-off-by: Peter Seiderer <ps.report at gmx.net>
---
Notes:
  - squash with previous patch and add proper failure/fix description
---
 package/libb2/libb2.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/libb2/libb2.mk b/package/libb2/libb2.mk
index 11d7ef3f55..d5963263f4 100644
--- a/package/libb2/libb2.mk
+++ b/package/libb2/libb2.mk
@@ -12,5 +12,7 @@ LIBB2_INSTALL_STAGING = YES
 # From git
 LIBB2_AUTORECONF = YES
 LIBB2_DEPENDENCIES = host-pkgconf
-
+# disable failing cross-compiling/runtime detection
+LIBB2_CONF_ENV = ax_cv_have_ssse3_ex=no
+LIBB2_CONF_OPTS = --enable-fat=no --enable-native=no
 $(eval $(autotools-package))
-- 
2.30.0



More information about the buildroot mailing list