summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-08-21 23:28:00 +0200
committertnut <thierryn1 at hispeed dot ch>2010-08-21 23:28:00 +0200
commit279501b0e316fc761530e119ef74cdfe3431ce26 (patch)
tree27202291d74227f83548bead5f994a100b7c4ef7 /base
parentb4cc6f3064899966a3fef2b9b1b7d3330c08228d (diff)
downloadnutyx-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')
-rwxr-xr-xbase/libarchive/Pkgfile6
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
}