diff options
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 4f46665a2..e4eb2c394 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -41,6 +41,12 @@ <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>sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}</userinput></screen> + <para>Prepare Gzip for compilation:</para> <screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen> |