commit 7f00cafd86c86476425663838705160a1eec82d8 Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Tue Feb 4 17:39:38 2014 +0900 qca: Changed CA certificate path to use /etc/ssl/cert.pem provided by the ca-certificates port diff --git a/qca/Pkgfile b/qca/Pkgfile index 5bfc661..0fbac73 100644 --- a/qca/Pkgfile +++ b/qca/Pkgfile @@ -5,11 +5,9 @@ name=qca version=2.0.3 -release=3 +release=4 source=(http://delta.affinix.com/download/$name/2.0/$name-$version.tar.bz2 qca-gcc47.patch) -# Note: This doesn't build with qca 1 installed due to a bug in the linking order - build() { cd $name-$version @@ -20,7 +18,7 @@ build() { --disable-tests \ --release \ --no-separate-debug-info \ - --certstore-path=/etc/ssl/certs/ca-certificates.pem + --certstore-path=/etc/ssl/cert.pem make make INSTALL_ROOT=$PKG install mv $PKG/usr/share/man $PKG/usr