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