Changeset 104bdba9
- Timestamp:
- Sep 10, 2006, 10:44:38 AM (18 years ago)
- Children:
- 02d7db6
- Parents:
- 946ca2d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/gzip.xml
r946ca2d r104bdba9 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 -
final-system/multilib/gzip.xml
r946ca2d r104bdba9 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" -
introduction/common/changelog.xml
r946ca2d r104bdba9 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>
Note:
See TracChangeset
for help on using the changeset viewer.