Ignore:
Timestamp:
08/05/2019 04:51:20 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
8b16d14
Parents:
abbd53b8
Message:

MultiLib: Merge changes from trunk
Upgrade isl-0.12
Upgrade linux-firmware-20190519

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rabbd53b8 r607ea0f  
    6161
    6262<screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen>
    63 --><!--
    64     <para>First create a compatibility symlink to avoid references to /tools in
    65     our final glibc:</para>
    66 
    67 <screen><userinput remap="pre">ln -sfv /tools/lib/gcc /usr/lib</userinput></screen>
    6863-->
     64    <para>Fix a problem introduced with the linux-5.2 kernel:</para>
     65
     66<screen><userinput remap="pre">sed -i '/asm.socket.h/a# include &lt;linux/sockios.h&gt;' \
     67   sysdeps/unix/sysv/linux/bits/socket.h</userinput></screen>
     68
    6969    <para>Create a symlink for LSB
    7070    compliance. Additionally, for x86_64, create a compatibility symlink
     
    177177
    178178    <itemizedlist>
    179 
    180       <listitem>
    181         <para><emphasis>misc/check-installed-headers-c</emphasis>
    182         is known to fail due to changes in the kernel headers.</para>
    183       </listitem>
    184179
    185180      <listitem>
Note: See TracChangeset for help on using the changeset viewer.