Changeset bd83d71 in clfs-embedded for BOOK


Ignore:
Timestamp:
Jan 25, 2009, 2:12:16 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
489ddbd
Parents:
c1f3dad
Message:

Removed Zlib DESTDIR patch

Location:
BOOK
Files:
3 edited

Legend:

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

    rc1f3dad rbd83d71  
    2525  <sect2 role="installation">
    2626    <title>Installation of Zlib</title>
    27 
    28     <para os="p1">This patch will add the ability to use DESTDIR:</para>
    29 
    30 <screen os="p2"><userinput>patch -Np1 -i ../&zlib-destdir-patch;</userinput></screen>
    3127
    3228    <para os="a">Change the default optimization to Os</para>
     
    5753    <para os="e">Install the package:</para>
    5854
    59 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     55<screen os="f"><userinput>make prefix=${CLFS}/usr install</userinput></screen>
    6056
    6157    <para os="g">The previous command installed a <filename
  • BOOK/materials/common/patches.xml

    rc1f3dad rbd83d71  
    102102    </varlistentry>
    103103
    104     <varlistentry>
    105       <term>Zlib DESTDIR Patch - <token>&zlib-destdir-patch-size;</token>:</term> <listitem>
    106         <para>Download: <ulink
    107         url="&patches-root;&zlib-destdir-patch;"/></para>
    108         <para>MD5 sum: <literal>&zlib-destdir-patch-md5;</literal></para>
    109       </listitem>
    110     </varlistentry>
    111 
    112104  </variablelist>
    113105
  • BOOK/patches.ent

    rc1f3dad rbd83d71  
    4242<!ENTITY uclibc-branch_update-patch-md5 "aba411c0c1b35e1802ef9cac92b62d1f">
    4343<!ENTITY uclibc-branch_update-patch-size "88 KB">
    44 
    45 <!ENTITY zlib-destdir-patch "zlib-&zlib-version;-DESTDIR-1.patch">
    46 <!ENTITY zlib-destdir-patch-md5 "d21bdd08bf444f87f275b6aef44e1a84">
    47 <!ENTITY zlib-destdir-patch-size "8 KB">
    4844
    4945<!-- Beyond patches -->
Note: See TracChangeset for help on using the changeset viewer.