Changeset 2609
- Timestamp:
- 09/10/06 17:44:38 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-1.0/BOOK/final-system/common/gzip.xml
r2154 r2609 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen> 34 34 35 <para os="s1">The <command>gzexe</command> command calls <command>tail</command> 36 with options that do not conform to newer versions of the POSIX standard, 37 and therefore are not accepted by current versions of Coreutils. Fix this 38 problem by issuing the following command:</para> 39 40 <screen os="s2"><userinput>sed -i 's/tail +/tail -n +/' gzexe.in</userinput></screen> 41 35 42 <para os="a">Prepare Gzip for compilation:</para> 36 43 branches/clfs-1.0/BOOK/final-system/multilib/gzip.xml
r1173 r2609 29 29 href="../common/gzip.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/gzip.xml" 34 xpointer="xpointer(//*[@os='21'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/gzip.xml" 38 xpointer="xpointer(//*[@os='22'])"/> 31 39 32 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" branches/clfs-1.0/BOOK/introduction/common/changelog.xml
r2605 r2609 45 45 change in glibc's handling of inet_addr, was long now is u_int32_t.</para> 46 46 </listitem> 47 <listitem> 48 <para>[jim] - Add patch to fix gzexe. Used Matts change from LFS, that utilizes Robert's fix. 49 More details at http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para> 50 </listitem> 47 51 </itemizedlist> 48 52 </listitem>
