Ticket #1713: updatebzip2.patch
File updatebzip2.patch, 656 bytes (added by , 19 years ago) |
---|
-
trunk/BOOK/chapter06/bzip2.xml
56 56 57 57 <screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen> 58 58 59 <para>The bzdiff script still uses the deprecated 60 <command>tempfile</command> program. Update it to use mktemp 61 instead:</para> 62 63 <screen><userinput>sed -i 's@tempfile -d /tmp -p bz@mktemp -p /tmp@' bzdiff</userinput></screen> 64 59 65 <para>Prepare Bzip2 for compilation with:</para> 60 66 61 67 <screen><userinput>make -f Makefile-libbz2_so