From 279501b0e316fc761530e119ef74cdfe3431ce26 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 21 Aug 2010 23:28:00 +0200 Subject: maj libarchive#2.8.3-2 --- base/libarchive/Pkgfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'base') 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 } -- cgit v1.2.3-54-g00ecf