Changeset d7f58cc for chapter05


Ignore:
Timestamp:
03/31/2021 10:41:36 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
0aaf6a31
Parents:
1daca67
git-author:
Thomas Trepl <thomas@…> (09/17/2019 06:43:09 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:36 AM)
Message:

MultiLib: Merge changes from trunk

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

Location:
chapter05
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/findutils.xml

    r1daca67 rd7f58cc  
    4343  <sect2 role="installation">
    4444    <title>Installation of Findutils</title>
    45 
     45<!--
    4646    <para>First, make some fixes required by glibc-2.28:</para>
    4747
     
    4949sed -i '/unistd/a #include &lt;sys/sysmacros.h&gt;' gl/lib/mountlist.c
    5050echo "#define _IO_IN_BACKUP 0x100" >> gl/lib/stdio-impl.h</userinput></screen>
    51 
     51-->
    5252    <para>Prepare Findutils for compilation:</para>
    5353
  • chapter05/m4.xml

    r1daca67 rd7f58cc  
    4444    <title>Installation of M4</title>
    4545
    46     <para>First, make some fixes required by glibc-2.28:</para>
     46    <para>First, make some fixes introduced by glibc-2.28:</para>
    4747
    4848<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
  • chapter05/perl.xml

    r1daca67 rd7f58cc  
    6161
    6262      <varlistentry>
    63         <term><parameter>-Uloclibpth amd -Ulocincpth</parameter></term>
     63        <term>
     64          <parameter>-Uloclibpth</parameter> and
     65          <parameter>-Ulocincpth</parameter>
     66        </term>
    6467        <listitem>
    6568          <para>These entries undefine variables that cause the configuration
Note: See TracChangeset for help on using the changeset viewer.