diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-08-21 23:28:00 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-08-21 23:28:00 +0200 |
commit | 279501b0e316fc761530e119ef74cdfe3431ce26 (patch) | |
tree | 27202291d74227f83548bead5f994a100b7c4ef7 /base/libarchive/Pkgfile | |
parent | b4cc6f3064899966a3fef2b9b1b7d3330c08228d (diff) | |
download | nutyx-extra-279501b0e316fc761530e119ef74cdfe3431ce26.tar.gz nutyx-extra-279501b0e316fc761530e119ef74cdfe3431ce26.tar.bz2 nutyx-extra-279501b0e316fc761530e119ef74cdfe3431ce26.tar.xz nutyx-extra-279501b0e316fc761530e119ef74cdfe3431ce26.zip |
maj libarchive#2.8.3-2
Diffstat (limited to 'base/libarchive/Pkgfile')
-rwxr-xr-x | base/libarchive/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/base/libarchive/Pkgfile b/base/libarchive/Pkgfile index 44d5e9504..c6d066622 100755 --- a/base/libarchive/Pkgfile +++ b/base/libarchive/Pkgfile @@ -5,7 +5,7 @@ name=libarchive version=2.8.3 -release=1 +release=2 source=( http://$name.googlecode.com/files/$name-$version.tar.gz) @@ -15,7 +15,9 @@ cd $name-$version ./configure --prefix=/usr\ --mandir=/usr/share/man\ --infodir=/usr/share/info \ - --disable-xattr --without-lzmadec + --disable-xattr --without-lzmadec \ + --without-xml2 --without-expat \ + --without-openssl make make DESTDIR=$PKG install } |