ports/core (3.0): libarchive: prevent linking against opt/nettle
commit 5ec74f8b99adca0a93483c7ab205c5ef0c7dc7fd Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Apr 1 19:25:50 2014 +0200 libarchive: prevent linking against opt/nettle diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index 4ed7f3d..bc0f162 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
participants (1)
-
crux@crux.nu