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 --- chapter05/gzip.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'chapter05') diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml index 0d55b6d75..24fb488e8 100644 --- a/chapter05/gzip.xml +++ b/chapter05/gzip.xml @@ -43,15 +43,6 @@ 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: - -for file in gzip.c lib/utimens.{c,h} ; do \ - cp -v $file{,.orig} - sed 's/futimens/gl_&/' $file.orig > $file -done - Prepare Gzip for compilation: ./configure --prefix=/tools -- cgit v1.2.3-54-g00ecf