diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gzip.xml | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ <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> - -<screen><userinput remap="pre">for file in gzip.c lib/utimens.{c,h} ; do \ - cp -v $file{,.orig} - sed 's/futimens/gl_&/' $file.orig > $file -done</userinput></screen> - <para>Prepare Gzip for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |