summaryrefslogtreecommitdiffstats
path: root/base/libarchive
diff options
context:
space:
mode:
Diffstat (limited to 'base/libarchive')
-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
}