From 0f4ec3428c113cb50448108a3d28fd9d135b61e6 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 3 Feb 2023 05:46:54 +0800 Subject: [PATCH] libffi: Remove --disable-exec-static-tramp It's not needed now since gjs-1.74 supports static trampoline. --- chapter08/libffi.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml index 579bb6315..4c6d2830f 100644 --- a/chapter08/libffi.xml +++ b/chapter08/libffi.xml @@ -62,8 +62,7 @@ ./configure --prefix=/usr \ --disable-static \ - --with-gcc-arch=native \ - --disable-exec-static-tramp + --with-gcc-arch=native The meaning of the configure option: @@ -81,17 +80,6 @@ the x86 options in the GCC manual. - - - - --disable-exec-static-tramp - - Disable static trampoline support, a new security - feature in Libffi. Some BLFS packages (notably - GJS) have not been adapted for it. - - - Compile the package: