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: