|
@@ -41,9 +41,9 @@
|
|
by Gzip is incompatible with the version that current
|
|
by Gzip is incompatible with the version that current
|
|
Glibc provides, so we'll rename the function:</para>
|
|
Glibc provides, so we'll rename the function:</para>
|
|
|
|
|
|
-<screen><userinput>for file gzip.c lib/utimens.{c,h} ; do \
|
|
|
|
|
|
+<screen><userinput>for file in gzip.c lib/utimens.{c,h} ; do \
|
|
cp -v $file{,.orig}
|
|
cp -v $file{,.orig}
|
|
- sed 's/futimens/gl_&' $file.orig > $file
|
|
|
|
|
|
+ sed 's/futimens/gl_&/' $file.orig > $file
|
|
done</userinput></screen>
|
|
done</userinput></screen>
|
|
|
|
|
|
<para>Prepare Gzip for compilation:</para>
|
|
<para>Prepare Gzip for compilation:</para>
|