Changeset 764a956 in clfs-embedded for BOOK/final-system


Ignore:
Timestamp:
Nov 29, 2006, 11:35:24 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
12fe1e5
Parents:
a7f06de
Message:

Added missing zlib patch

File:
1 edited

Legend:

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

    ra7f06de r764a956  
    3131<screen os="p2"><userinput>patch -Np1 -i ../&zlib-fpic-patch;</userinput></screen>
    3232
     33    <para os="p3">This patch will add the ability to use DESTDIR:</para>
     34
     35<screen os="p4"><userinput>patch -Np1 -i ../&zlib-destdir-patch;</userinput></screen>
     36
    3337    <para os="a">Prepare Zlib for compilation:</para>
    3438
     
    5357    <para os="e">Install the package:</para>
    5458
    55 <screen os="f"><userinput>make prefix=${CLFS}/usr install</userinput></screen>
     59<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5660
    5761    <para os="g">The previous command installed a <filename
Note: See TracChangeset for help on using the changeset viewer.