Changeset a262a31 for BOOK/final-system
- 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
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.