Ignore:
Timestamp:
Apr 26, 2010, 6:54:47 PM (14 years ago)
Author:
kb0iic <kb0iic@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
64d7b69
Parents:
dbfb372
Message:

Update to zlib 1.2.5 from 1.2.3

File:
1 edited

Legend:

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

    rdbfb372 ra262a31  
    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>
    30 
    31 <screen os="p2"><userinput>patch -Np1 -i ../&zlib-fpic-patch;</userinput></screen>
    32 
    3328    <para os="a">Prepare Zlib for compilation:</para>
    3429
    3530<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>
    3732
    3833    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.