From b417b18d568c684cca0a16b875eeac9984c2dee5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 12 Oct 2009 20:30:47 +0000 Subject: Upgrade to Gzip-1.3.13. Fixes #2500. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9080 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gzip.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'chapter06') 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 @@ Installation of Gzip - The version of the function futimens used - by Gzip is incompatible with the version that current - Glibc provides, so we'll rename the function: + Fix a bug in gzip, whereby zdiff doesn't work correctly when invoked + on two compressed inputs: -sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h} - - There is also a bug in the zdiff script that - needs to be fixed: - -sed -i 's/5 -)/5 - >\&3)/' zdiff.in +patch -Np1 -i ../&gzip-zdiff-patch; Prepare Gzip for compilation: -- cgit v1.2.3-54-g00ecf