Changeset d232e67 in clfs-sysroot
- Timestamp:
- Sep 15, 2006, 5:18:12 PM (18 years ago)
- Branches:
- master
- Children:
- 7a0a90d
- Parents:
- 8fd7d60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
r8fd7d60 rd232e67 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
Note:
See TracChangeset
for help on using the changeset viewer.