diff options
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 \ |