Changeset cf5da255


Ignore:
Timestamp:
08/09/2021 07:17:48 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
02b2631, 8024387
Parents:
58ccce5 (diff), c3f8922 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libffi.xml

    r58ccce5 rcf5da255  
    5656            --disable-static       \
    5757            --with-gcc-arch=native \
    58             --disable-exec-static-tramp </userinput></screen>
     58            --disable-exec-static-tramp</userinput></screen>
    5959
    6060    <variablelist>
     
    7272          url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'>
    7373          the x86 options in the GCC manual</ulink>.</para>
     74        </listitem>
     75      </varlistentry>
     76
     77      <varlistentry>
     78        <!-- To editors: remove it when downstreams are properly
     79                         fixed. -->
     80        <term><parameter>--disable-exec-static-tramp</parameter></term>
     81        <listitem>
     82          <para>Disable static trampoline support.  It's a new security
     83          feature in libffi, but some BLFS packages (notably
     84          <application>GJS</application> and
     85          <application>gobject-introspection</application>) have not been
     86          adapted for it.</para>
    7487        </listitem>
    7588      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.