Ignore:
Timestamp:
03/28/2020 12:57:19 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
88ec930
Parents:
9aa28c4
Message:

Remove a note no longer needed and adjust wording

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc-32.xml

    r9aa28c4 rc3fd1c2  
    2626<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
    2727
     28<!-- No longer needed
    2829    <para>Fix a problem introduced with the linux-5.2 kernel:</para>
    2930
    3031<screen><userinput remap="pre">sed -i '/asm.socket.h/a# include &lt;linux/sockios.h&gt;' \
    3132   sysdeps/unix/sysv/linux/bits/socket.h</userinput></screen>
    32 
    33     <para>Remove a file that may be left over from a previous build attempt:</para>
     33-->
     34    <para>Temporarily move a file that would get overwritten by the 32-bit builds:</para>
    3435
    3536<screen><userinput remap="pre">mv /usr/include/limits.h{,.backup} </userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.