From 8f9ec7e3faf49c70a1233ab78fc8c5b6bedcde15 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Tue, 5 Sep 2023 21:51:31 +0200 Subject: [PATCH 21/22] Override configure LIBFFI --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 98219b342ab..271dbcf3652 100755 --- a/configure +++ b/configure @@ -14293,7 +14293,7 @@ if test "x$ac_cv_lib_ffi_ffi_call" = xyes then : have_libffi=yes - LIBFFI_CFLAGS="-I${SDKROOT}/usr/include/ffi -DUSING_APPLE_OS_LIBFFI=1" + LIBFFI_CFLAGS="-I${PREFIX}/include -DUSING_APPLE_OS_LIBFFI=0" LIBFFI_LIBS="-lffi" fi