Changeset 12fe1e5 in clfs-embedded


Ignore:
Timestamp:
Nov 29, 2006, 11:43:19 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
d841e12
Parents:
764a956
Message:

Removed -fPIC patch

Location:
BOOK
Files:
3 edited

Legend:

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

    r764a956 r12fe1e5  
    2626    <title>Installation of Zlib</title>
    2727
    28     <para os="p1">This patch will add -fPIC to our build and allow us to build
    29     a static and shared library at the same time:</para>
     28    <para os="p1">This patch will add the ability to use DESTDIR:</para>
    3029
    31 <screen os="p2"><userinput>patch -Np1 -i ../&zlib-fpic-patch;</userinput></screen>
    32 
    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>
     30<screen os="p2"><userinput>patch -Np1 -i ../&zlib-destdir-patch;</userinput></screen>
    3631
    3732    <para os="a">Prepare Zlib for compilation:</para>
  • BOOK/materials/common/patches.xml

    r764a956 r12fe1e5  
    8383
    8484    <varlistentry>
    85       <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term> <listitem>
     85      <term>Zlib DESTDIR Patch - <token>&zlib-destdir-patch-size;</token>:</term> <listitem>
    8686        <para>Download: <ulink
    87         url="&patches-root;&zlib-fpic-patch;"/></para>
    88         <para>MD5 sum: <literal>&zlib-fpic-patch-md5;</literal></para>
     87        url="&patches-root;&zlib-destdir-patch;"/></para>
     88        <para>MD5 sum: <literal>&zlib-destdir-patch-md5;</literal></para>
    8989      </listitem>
    9090    </varlistentry>
  • BOOK/patches.ent

    r764a956 r12fe1e5  
    3333<!ENTITY gcc-uclibc-patch-size "144 KB">
    3434
    35 <!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch">
    36 <!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
    37 <!ENTITY zlib-fpic-patch-size "3.2 KB">
    38 
    3935<!ENTITY zlib-destdir-patch "zlib-&zlib-version;-DESTDIR-1.patch">
    4036<!ENTITY zlib-destdir-patch-md5 "d21bdd08bf444f87f275b6aef44e1a84">
Note: See TracChangeset for help on using the changeset viewer.