libffi: Remove --disable-exec-static-tramp

It's not needed now since gjs-1.74 supports static trampoline.
This commit is contained in:
Xi Ruoyao 2023-02-03 05:46:54 +08:00
parent f7b295dee8
commit 0f4ec3428c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -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>