aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/tar.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-02-08 12:43:00 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-02-08 12:43:00 +0000
commit934a32d6fb699bfa340d856e7a8228c58625b50d (patch)
tree9f63db6d5221b8db1f300d646e0f5d083ecbe981 /chapter05/tar.xml
parent8c3224210a5569b10a07572881cf21420ee37797 (diff)
Add a patch to suppress a warning added in Tar-1.21 that causes the Perl testsuite to fail.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tar.xml')
-rw-r--r--chapter05/tar.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 267ab08d7..6c0666903 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -43,9 +43,11 @@
<sect2 role="installation">
<title>Installation of Tar</title>
- <para>Apply a patch to correct a bug in Tar's testsuite:</para>
+ <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
+ a warning that affects Perl's testsuite:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
+patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
<para>Prepare Tar for compilation:</para>