Changeset 64eda1b


Ignore:
Timestamp:
Sep 10, 2006, 10:41:58 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0784cd6
Parents:
0fb548d
Message:

Added Robert's gzexe fix http://wiki.linuxfromscratch.org/lfs/ticket/1876

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gzip.xml

    r0fb548d r64eda1b  
    3333<screen os="p2"><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen>
    3434
     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
    3542    <para os="a">Prepare Gzip for compilation:</para>
    3643
Note: See TracChangeset for help on using the changeset viewer.