Changeset 3f06eb5 for chapter06


Ignore:
Timestamp:
03/02/2012 04:41:39 PM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
7.1
Children:
8476b9e1
Parents:
496c887
Message:

LFS-7.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.1@9758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r496c887 r3f06eb5  
    103103    <para>Fix a couple of bugs in Glibc that can cause crashes and core dumps:</para>
    104104
    105 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch;</userinput></screen>
     105<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch;
     106patch -Np1 -i ../&glibc-sort-patch;</userinput></screen>
    106107
    107108    <para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para>
  • chapter06/m4.xml

    r496c887 r3f06eb5  
    4949<screen><userinput remap="make">make</userinput></screen>
    5050
    51     <para>To test the results, issue:</para>
     51    <!--<para>To test the results, issue:</para>-->
     52    <para>To test the results, first fix a test program and then run the test programs:</para>
    5253
    53 <screen><userinput remap="test">make check</userinput></screen>
     54<screen><userinput remap="test">sed -i -e '41s/ENOENT/&amp; || errno == EINVAL/' tests/test-readlink.h
     55make check</userinput></screen>
    5456
    5557    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.