diff options
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index c8c2c661d..938bd50ff 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -30,6 +30,11 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Tar</title> +<para>Apply a patch to fix some issues with the test suite when using +GCC-&gcc-version;:</para> + +<screen><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen> + <para>Tar has a bug when the <parameter>-S</parameter> option is used with files larger than 4 GB. The following patch properly fixes this issue:</para> |