diff options
author | sibel <lesibel@free.fr> | 2010-12-28 16:01:56 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-28 16:01:56 +0000 |
commit | 664d112a5ec91ba07d0e58e000ff7c66f36589af (patch) | |
tree | 9f028684e013af0ca33275bdf1ad8d5fc64c2199 /extra/libxml2/Pkgfile | |
parent | 9b03b778045ba130073a3ab25e3112619ca84144 (diff) | |
download | nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.tar.gz nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.tar.bz2 nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.tar.xz nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.zip |
libxml2#2.7.8-2, maj port
Diffstat (limited to 'extra/libxml2/Pkgfile')
-rwxr-xr-x | extra/libxml2/Pkgfile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/libxml2/Pkgfile b/extra/libxml2/Pkgfile index c00452fc6..febe37f90 100755 --- a/extra/libxml2/Pkgfile +++ b/extra/libxml2/Pkgfile @@ -6,16 +6,19 @@ name=libxml2 version=2.7.8 -release=1 +release=2 source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz \ largefile64.patch \ - zlib.patch ) + zlib.patch + shared_library_versionning.patch ) build() { cd $name-$version - patch -Np1 -i "$SRC/largefile64.patch" + patch -Np1 -i $SRC/largefile64.patch + patch -Np1 -i $SRC/shared_library_versionning.patch # patch -p1 -i "$SRC/zlib.patch" + autoreconf -fi ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ |