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: