diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:49:02 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-01 22:49:02 +0000 |
commit | 9e27ec1467a90687ee4dea5b9c4de1799c5ddbca (patch) | |
tree | f9914a7e6a9cf44f5f85fd23547d43aeb6f4733c /chapter05/tar.xml | |
parent | 5857c98bda3d4d863d91a6cba4c000a3af807770 (diff) |
Upgrade to Tar-1.21. Fixes #2309.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tar.xml')
-rw-r--r-- | chapter05/tar.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 6d3b9b162..267ab08d7 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Tar</title> + <para>Apply a patch to correct a bug in Tar's testsuite:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;</userinput></screen> + <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |