Changeset d232e67 in clfs-sysroot


Ignore:
Timestamp:
Sep 15, 2006, 5:18:12 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7a0a90d
Parents:
8fd7d60
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

    r8fd7d60 rd232e67  
    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.