diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-24 09:46:14 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-24 09:46:14 +0000 |
commit | 7ad8b08ffc6126477fc98cba7ca5ce5e9f0c8452 (patch) | |
tree | 984fdb3efba294f42ea7cd04899b9cd5d49c91ff /chapter06 | |
parent | b7fa2b6b450dc37ad7e9bf4323100ee78e1b08cc (diff) |
Upgrade to Gzip-1.4. Fixes #2551.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gzip.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 467471388..7b5a5e20a 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -41,11 +41,6 @@ <sect2 role="installation"> <title>Installation of Gzip</title> - <para>Fix a bug in gzip, whereby zdiff doesn't work correctly when invoked - on two compressed inputs:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&gzip-zdiff-patch;</userinput></screen> - <para>Prepare Gzip for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> |