|
@@ -40,6 +40,13 @@
|
|
|
|
|
|
<screen><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen>
|
|
<screen><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen>
|
|
|
|
|
|
|
|
+ <para>The <command>gzexe</command> command calls <command>tail</command>
|
|
|
|
+ with options that do not conform to newer versions of the POSIX standard,
|
|
|
|
+ and therefore are not accepted by current versions of Coreutils. Fix this
|
|
|
|
+ problem by issuing the following command:</para>
|
|
|
|
+
|
|
|
|
+<screen><userinput>sed -i 's/tail +/tail -n +/' gzexe.in</userinput></screen>
|
|
|
|
+
|
|
<para>Prepare Gzip for compilation:</para>
|
|
<para>Prepare Gzip for compilation:</para>
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|