From c3f8922b5066202f06d29bc667ea6f08a598685d Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 9 Aug 2021 09:34:23 +0800 Subject: [PATCH] libffi: document --disable-exec-static-tramp --- chapter08/libffi.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml index aaba5ce3e..1c93a7df4 100644 --- a/chapter08/libffi.xml +++ b/chapter08/libffi.xml @@ -55,7 +55,7 @@ ./configure --prefix=/usr \ --disable-static \ --with-gcc-arch=native \ - --disable-exec-static-tramp + --disable-exec-static-tramp The meaning of the configure option: @@ -74,6 +74,19 @@ + + + --disable-exec-static-tramp + + Disable static trampoline support. It's a new security + feature in libffi, but some BLFS packages (notably + GJS and + gobject-introspection) have not been + adapted for it. + + + Compile the package: