From 934a32d6fb699bfa340d856e7a8228c58625b50d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 8 Feb 2009 12:43:00 +0000 Subject: 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 --- chapter06/tar.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 16a4ec909..f774b0205 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -40,9 +40,11 @@ Installation of Tar - Apply a patch to correct a bug in Tar's testsuite: + Apply 2 patches, which correct a bug in Tar's testsuite and suppress + a warning that affects Perl's testsuite: -patch -Np1 -i ../&tar-testsuite-patch; +patch -Np1 -i ../&tar-testsuite-patch; +patch -Np1 -i ../&tar-warning-patch; Prepare Tar for compilation: -- cgit v1.2.3-54-g00ecf