summaryrefslogtreecommitdiffstats
path: root/extra/libxml2/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-05 18:19:13 +0200
committersibel <lesibel at free dot fr>2010-06-05 18:19:13 +0200
commit73a83870f8bb87a89fd70ffd0a3d98909119581f (patch)
tree665602f925a9e79b14191555ff60556933da621f /extra/libxml2/Pkgfile
parentb1815667b2d598ef66834c55b4cbc82efadb9ee1 (diff)
downloadnutyx-extra-73a83870f8bb87a89fd70ffd0a3d98909119581f.tar.gz
nutyx-extra-73a83870f8bb87a89fd70ffd0a3d98909119581f.tar.bz2
nutyx-extra-73a83870f8bb87a89fd70ffd0a3d98909119581f.tar.xz
nutyx-extra-73a83870f8bb87a89fd70ffd0a3d98909119581f.zip
Maj de libxml2#2.7.7-1
Diffstat (limited to 'extra/libxml2/Pkgfile')
-rwxr-xr-xextra/libxml2/Pkgfile6
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 \