summaryrefslogtreecommitdiffstats
path: root/extra/libxml2/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-28 16:01:56 +0000
committersibel <lesibel@free.fr>2010-12-28 16:01:56 +0000
commit664d112a5ec91ba07d0e58e000ff7c66f36589af (patch)
tree9f028684e013af0ca33275bdf1ad8d5fc64c2199 /extra/libxml2/Pkgfile
parent9b03b778045ba130073a3ab25e3112619ca84144 (diff)
downloadnutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.tar.gz
nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.tar.bz2
nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.tar.xz
nutyx-extra-664d112a5ec91ba07d0e58e000ff7c66f36589af.zip
libxml2#2.7.8-2, maj port
Diffstat (limited to 'extra/libxml2/Pkgfile')
-rwxr-xr-xextra/libxml2/Pkgfile9
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 \