diff options
author | sibel <lesibel at free dot fr> | 2010-06-05 18:19:13 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-06-05 18:19:13 +0200 |
commit | 73a83870f8bb87a89fd70ffd0a3d98909119581f (patch) | |
tree | 665602f925a9e79b14191555ff60556933da621f /extra/libxml2/Pkgfile | |
parent | b1815667b2d598ef66834c55b4cbc82efadb9ee1 (diff) | |
download | nutyx-pakxe-73a83870f8bb87a89fd70ffd0a3d98909119581f.tar.gz nutyx-pakxe-73a83870f8bb87a89fd70ffd0a3d98909119581f.tar.bz2 nutyx-pakxe-73a83870f8bb87a89fd70ffd0a3d98909119581f.tar.xz nutyx-pakxe-73a83870f8bb87a89fd70ffd0a3d98909119581f.zip |
Maj de libxml2#2.7.7-1
Diffstat (limited to 'extra/libxml2/Pkgfile')
-rwxr-xr-x | extra/libxml2/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libxml2/Pkgfile b/extra/libxml2/Pkgfile index 90353ce81..70fcaf4d9 100755 --- a/extra/libxml2/Pkgfile +++ b/extra/libxml2/Pkgfile @@ -5,8 +5,8 @@ # Depends on: python, zlib, readline, ncurses name=libxml2 -version=2.7.6 -release=2 +version=2.7.7 +release=1 source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz \ largefile64.patch \ zlib.patch ) @@ -14,7 +14,7 @@ source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz \ build() { cd $name-$version patch -Np1 -i "$SRC/largefile64.patch" - patch -p1 -i "$SRC/zlib.patch" +# patch -p1 -i "$SRC/zlib.patch" ./configure --prefix=/usr \ --mandir=/usr/share/man \ |