diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-02-03 05:46:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-02-03 05:48:31 +0800 |
commit | 0f4ec3428c113cb50448108a3d28fd9d135b61e6 (patch) | |
tree | f10de152f1333897ca66d31c1b7b379a4b6fc5b9 | |
parent | f7b295dee87f47e02fdc48484efd4de6bf9c8265 (diff) |
libffi: Remove --disable-exec-static-trampxry111/glibc-2.37
It's not needed now since gjs-1.74 supports static trampoline.
-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> |