Changeset a262a31
- Timestamp:
- Apr 26, 2010, 6:54:47 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 64d7b69
- Parents:
- dbfb372
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/zlib.xml
rdbfb372 ra262a31 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 build29 a static and shared library at the same time:</para>30 31 <screen os="p2"><userinput>patch -Np1 -i ../&zlib-fpic-patch;</userinput></screen>32 33 28 <para os="a">Prepare Zlib for compilation:</para> 34 29 35 30 <screen os="b"><userinput>CC="gcc -isystem /usr/include" CXX="g++ -isystem /usr/include" \ 36 LDFLAGS="-Wl,-rpath-link,/lib" ./configure --prefix=/usr --shared</userinput></screen>31 LDFLAGS="-Wl,-rpath-link,/lib" ./configure --prefix=/usr</userinput></screen> 37 32 38 33 <para os="c">Compile the package:</para> -
BOOK/packages.ent
rdbfb372 ra262a31 452 452 <!ENTITY yaboot-home "http://yaboot.ozlabs.org"> 453 453 454 <!ENTITY zlib-version "1.2. 3">455 <!ENTITY zlib-size " 484KB">454 <!ENTITY zlib-version "1.2.5"> 455 <!ENTITY zlib-size "532 KB"> 456 456 <!ENTITY zlib-url "http://www.zlib.net/zlib-&zlib-version;.tar.gz"> 457 <!ENTITY zlib-md5 " debc62758716a169df9f62e6ab2bc634">457 <!ENTITY zlib-md5 "c735eab2d659a96e5a594c9e8541ad63"> 458 458 <!ENTITY zlib-home "http://www.zlib.net"> -
BOOK/patches.ent
rdbfb372 ra262a31 113 113 <!ENTITY vim-branch_update-patch-size "737 KB"> 114 114 115 <!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-2.patch">116 <!ENTITY zlib-fpic-patch-md5 "b1e6644c97b04c368e11c0a1554f2efe">117 <!ENTITY zlib-fpic-patch-size "3 KB">118 119 115 <!-- Start of multilib patches --> 120 116 -
BOOK/temp-system/common/zlib.xml
rdbfb372 ra262a31 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --prefix=/tools --shared</userinput></screen>29 <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen> 30 30 31 31 <variablelist os="aa">
Note:
See TracChangeset
for help on using the changeset viewer.