- Timestamp:
- Nov 29, 2006, 7:43:19 PM (18 years ago)
- Branches:
- master
- Children:
- d841e12
- Parents:
- 764a956
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/zlib.xml
r764a956 r12fe1e5 26 26 <title>Installation of Zlib</title> 27 27 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> 30 29 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> 36 31 37 32 <para os="a">Prepare Zlib for compilation:</para> -
BOOK/materials/common/patches.xml
r764a956 r12fe1e5 83 83 84 84 <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> 86 86 <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> 89 89 </listitem> 90 90 </varlistentry> -
BOOK/patches.ent
r764a956 r12fe1e5 33 33 <!ENTITY gcc-uclibc-patch-size "144 KB"> 34 34 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 39 35 <!ENTITY zlib-destdir-patch "zlib-&zlib-version;-DESTDIR-1.patch"> 40 36 <!ENTITY zlib-destdir-patch-md5 "d21bdd08bf444f87f275b6aef44e1a84">
Note:
See TracChangeset
for help on using the changeset viewer.