Ignore:
Timestamp:
03/06/2015 01:43:40 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
0bf53444
Parents:
f202da3b
Message:

Merged trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rf202da3b rf30e3ce9  
    5252  su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
    5353fi</userinput></screen>
     54
     55    <para>Fix a regression in the package that affects 32-bit architectures:</para>
     56
     57<screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \
     58    -e '/SSE2/s/^1://' \
     59    -i  sysdeps/i386/i686/multiarch/mempcpy_chk.S</userinput></screen>
    5460
    5561    <para>The Glibc documentation recommends building Glibc outside of the source
Note: See TracChangeset for help on using the changeset viewer.