diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-10-12 20:30:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-10-12 20:30:47 +0000 |
commit | b417b18d568c684cca0a16b875eeac9984c2dee5 (patch) | |
tree | ec73ad8b0477835abd8dbcfea8f9471c6e6d96af /chapter06 | |
parent | 92cc40d386f800ede586f8e52db493ce43d54bcc (diff) |
Upgrade to Gzip-1.3.13. Fixes #2500.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9080 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gzip.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 4447704ab..467471388 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -41,16 +41,10 @@ <sect2 role="installation"> <title>Installation of Gzip</title> - <para>The version of the function <quote>futimens</quote> used - by Gzip is incompatible with the version that current - Glibc provides, so we'll rename the function:</para> + <para>Fix a bug in gzip, whereby zdiff doesn't work correctly when invoked + on two compressed inputs:</para> -<screen><userinput remap="pre">sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}</userinput></screen> - - <para>There is also a bug in the <filename>zdiff</filename> script that - needs to be fixed:</para> - -<screen><userinput remap="pre">sed -i 's/5 -)/5 - >\&3)/' zdiff.in</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&gzip-zdiff-patch;</userinput></screen> <para>Prepare Gzip for compilation:</para> |