summaryrefslogtreecommitdiffstats
path: root/extra/libxml2/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-05 18:27:17 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-05 18:27:17 +0200
commit35797ad78a8a5bea8a8190a77f8d8dda0d5a63e2 (patch)
tree91edb21d0aa1eb603f776b7139ca02155b6f758b /extra/libxml2/Pkgfile
parentefc5ed5b1c9a081b0befb8aa299eb1ab1e59e7ce (diff)
parentafa60ce3778176414c96615240537b8b82694a55 (diff)
downloadnutyx-pakxe-35797ad78a8a5bea8a8190a77f8d8dda0d5a63e2.tar.gz
nutyx-pakxe-35797ad78a8a5bea8a8190a77f8d8dda0d5a63e2.tar.bz2
nutyx-pakxe-35797ad78a8a5bea8a8190a77f8d8dda0d5a63e2.tar.xz
nutyx-pakxe-35797ad78a8a5bea8a8190a77f8d8dda0d5a63e2.zip
Merge commit 'lesibel/master'
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 \