Ignore:
Timestamp:
01/25/2016 05:18:52 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
b6ceddb
Parents:
ee46f60
Message:

Merge from trunk r10988.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    ree46f60 rb75237d  
    4949    <para>POSIX requires that programs from Coreutils recognize character
    5050    boundaries correctly even in multibyte locales. The following patch fixes
    51     this non-compliance and other internationalization-related bugs.
    52     <!--Afterwards make sure the timestamp for <filename>Makefile.in</filename> is
    53     later than all other files to prevent a <command>make</command>
    54     error:</para>-->
    55     Afterwards disable a test that fails with the current version of perl.</para>
    56 
    57 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;
    58 sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen>
    59 
    60 <!--touch Makefile.in</userinput></screen>-->
     51    this non-compliance and other internationalization-related bugs.</para>
     52
     53<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;</userinput></screen>
    6154
    6255    <note>
     
    9689    <para>Compile the package:</para>
    9790
    98 <screen><userinput remap="make">make</userinput></screen>
     91<screen><userinput remap="make">FORCE_UNSAFE_CONFIGURE=1 make</userinput></screen>
    9992
    10093    <para>Skip down to <quote>Install the
Note: See TracChangeset for help on using the changeset viewer.