mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
libffi: Remove --disable-exec-static-tramp
It's not needed now since gjs-1.74 supports static trampoline.
This commit is contained in:
parent
f7b295dee8
commit
0f4ec3428c
@ -62,8 +62,7 @@
|
|||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-gcc-arch=native \
|
--with-gcc-arch=native</userinput></screen>
|
||||||
--disable-exec-static-tramp</userinput></screen>
|
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure option:</title>
|
<title>The meaning of the configure option:</title>
|
||||||
@ -81,17 +80,6 @@
|
|||||||
the x86 options in the GCC manual</ulink>.</para>
|
the x86 options in the GCC manual</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user