Changeset a262a31


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

Files:
1 deleted
4 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>
  • BOOK/packages.ent

    rdbfb372 ra262a31  
    452452<!ENTITY yaboot-home "http://yaboot.ozlabs.org">
    453453
    454 <!ENTITY zlib-version "1.2.3">
    455 <!ENTITY zlib-size "484 KB">
     454<!ENTITY zlib-version "1.2.5">
     455<!ENTITY zlib-size "532 KB">
    456456<!ENTITY zlib-url "http://www.zlib.net/zlib-&zlib-version;.tar.gz">
    457 <!ENTITY zlib-md5 "debc62758716a169df9f62e6ab2bc634">
     457<!ENTITY zlib-md5 "c735eab2d659a96e5a594c9e8541ad63">
    458458<!ENTITY zlib-home "http://www.zlib.net">
  • BOOK/patches.ent

    rdbfb372 ra262a31  
    113113<!ENTITY vim-branch_update-patch-size "737 KB">
    114114
    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 
    119115<!-- Start of multilib patches -->
    120116
  • BOOK/temp-system/common/zlib.xml

    rdbfb372 ra262a31  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/tools --shared</userinput></screen>
     29<screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
    3030
    3131    <variablelist os="aa">
Note: See TracChangeset for help on using the changeset viewer.