From 5ec74f8b99adca0a93483c7ab205c5ef0c7dc7fd Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Tue, 1 Apr 2014 19:25:50 +0200 Subject: [PATCH] libarchive: prevent linking against opt/nettle --- libarchive/Pkgfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index 4ed7f3d5..bc0f162c 100644 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -5,7 +5,7 @@ name=libarchive version=3.0.4 -release=1 +release=2 source=(http://www.libarchive.org/downloads/$name-$version.tar.gz) build() { @@ -19,7 +19,10 @@ build() { # needed for the xar format which we can live without. ./configure --prefix=/usr --mandir=/usr/man \ --without-lzmadec \ - --without-xml2 --without-expat --without-openssl + --without-xml2 \ + --without-expat \ + --without-nettle \ + --without-openssl make make DESTDIR=$PKG install