diff options
Diffstat (limited to 'chapter08/libffi.xml')
-rw-r--r-- | chapter08/libffi.xml | 14 |
1 files changed, 1 insertions, 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 @@ <screen><userinput remap="configure">./configure --prefix=/usr \ --disable-static \ - --with-gcc-arch=native \ - --disable-exec-static-tramp</userinput></screen> + --with-gcc-arch=native</userinput></screen> <variablelist> <title>The meaning of the configure option:</title> @@ -81,17 +80,6 @@ the x86 options in the GCC manual</ulink>.</para> </listitem> </varlistentry> - - <varlistentry> - <!-- To editors: try to remove it once GJS fixed (at GNOME 43) --> - <term><parameter>--disable-exec-static-tramp</parameter></term> - <listitem> - <para>Disable static trampoline support, a new security - feature in Libffi. Some BLFS packages (notably - <application>GJS</application>) have not been adapted for it.</para> - </listitem> - </varlistentry> - </variablelist> <para>Compile the package:</para> |