diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-01-25 00:03:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-01-25 00:03:45 +0000 |
commit | e408cb05608c2d009b2685f8302ef2a692c00266 (patch) | |
tree | c0758bfc682ae46f10ca0e26e6910750f908b0d9 /chapter06/coreutils.xml | |
parent | e691c77d104a85344c76afc4bb6264a229d4c46d (diff) |
Update to coreutils-8.25. Fixes
Simplify bash installation procedures.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 2103d4ec2..3635301fb 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -48,16 +48,9 @@ <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes - this non-compliance and other internationalization-related bugs. - <!--Afterwards make sure the timestamp for <filename>Makefile.in</filename> is - later than all other files to prevent a <command>make</command> - error:</para>--> - Afterwards disable a test that fails with the current version of perl.</para> + this non-compliance and other internationalization-related bugs.</para> -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch; -sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen> - -<!--touch Makefile.in</userinput></screen>--> +<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;</userinput></screen> <note> <para>In the past, many bugs were found in this patch. When reporting new @@ -95,7 +88,7 @@ sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen> <para>Compile the package:</para> -<screen><userinput remap="make">make</userinput></screen> +<screen><userinput remap="make">FORCE_UNSAFE_CONFIGURE=1 make</userinput></screen> <para>Skip down to <quote>Install the package</quote> if not running the test suite.</para> |