libarchive: build without OpenSSL.

OpenSSL is only used for hash support in the mtree archive format code,
which I believe we can live without.
This commit is contained in:
Tilman Sauerbeck 2010-04-10 16:43:54 +02:00
parent bba7e5f57c
commit c30be495e9

View File

@ -5,7 +5,7 @@
name=libarchive
version=2.8.3
release=1
release=2
source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
build() {
@ -19,7 +19,7 @@ build() {
# needed for the xar format which we can live without.
./configure --prefix=/usr --mandir=/usr/man \
--disable-xattr --without-lzmadec \
--without-xml2 --without-expat
--without-xml2 --without-expat --without-openssl
make
make DESTDIR=$PKG install