mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-08 15:23:24 +00:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
b51c338c8a
@ -55,7 +55,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 \
|
||||||
--disable-exec-static-tramp </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>
|
||||||
@ -74,6 +74,19 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<!-- To editors: remove it when downstreams are properly
|
||||||
|
fixed. -->
|
||||||
|
<term><parameter>--disable-exec-static-tramp</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Disable static trampoline support. It's a new security
|
||||||
|
feature in libffi, but some BLFS packages (notably
|
||||||
|
<application>GJS</application> and
|
||||||
|
<application>gobject-introspection</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