Changeset 764a956 in clfs-embedded
- Timestamp:
- Nov 29, 2006, 7:35:24 PM (18 years ago)
- Branches:
- master
- Children:
- 12fe1e5
- Parents:
- a7f06de
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/zlib.xml
ra7f06de r764a956 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&zlib-fpic-patch;</userinput></screen> 32 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> 36 33 37 <para os="a">Prepare Zlib for compilation:</para> 34 38 … … 53 57 <para os="e">Install the package:</para> 54 58 55 <screen os="f"><userinput>make prefix=${CLFS}/usrinstall</userinput></screen>59 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 56 60 57 61 <para os="g">The previous command installed a <filename -
BOOK/patches.ent
ra7f06de r764a956 37 37 <!ENTITY zlib-fpic-patch-size "3.2 KB"> 38 38 39 <!ENTITY zlib-destdir-patch "zlib-&zlib-version;-DESTDIR-1.patch"> 40 <!ENTITY zlib-destdir-patch-md5 "d21bdd08bf444f87f275b6aef44e1a84"> 41 <!ENTITY zlib-destdir-patch-size "8 KB"> 42 39 43 <!-- MIPS Bootloader Patches --> 40 44
Note:
See TracChangeset
for help on using the changeset viewer.