diff options
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> |