|
@@ -56,6 +56,12 @@
|
|
|
|
|
|
<screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
|
|
<screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
|
|
|
|
|
|
|
|
+ <para>The bzdiff script still uses the deprecated
|
|
|
|
+ <command>tempfile</command> program. Update it to use
|
|
|
|
+ <command>mktemp</command> instead:</para>
|
|
|
|
+
|
|
|
|
+<screen><userinput>sed -i 's@tempfile -d /tmp -p bz@mktemp -p /tmp@' bzdiff</userinput></screen>
|
|
|
|
+
|
|
<para>Prepare Bzip2 for compilation with:</para>
|
|
<para>Prepare Bzip2 for compilation with:</para>
|
|
|
|
|
|
<screen><userinput>make -f Makefile-libbz2_so
|
|
<screen><userinput>make -f Makefile-libbz2_so
|