qca{,-qt5}: set cacert store path correctly (close #2289).

This commit is contained in:
Juan RP 2015-08-18 09:09:04 +02:00
parent b7b205a9fa
commit 9977f66d0f
2 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'qca'
pkgname=qca-qt5
version=2.1.0
revision=5
revision=6
wrksrc=${pkgname%-*}-${version}
build_style=cmake
configure_args="-DBUILD_TESTS=0 -DQCA_FEATURE_INSTALL_DIR=/usr/share/qca/mkspecs -DWITH_ossl_PLUGIN=yes"
hostmakedepends="cmake pkg-config"
configure_args="-DBUILD_TESTS=0 -DQC_CERTSTORE_PATH=/etc/ssl/certs/ca-certificates.crt
-DQCA_FEATURE_INSTALL_DIR=/usr/share/qca/mkspecs -DWITH_ossl_PLUGIN=yes"
hostmakedepends="cmake pkg-config ca-certificates"
makedepends="nss-devel libgcrypt-devel qt5-devel ca-certificates libressl-devel"
depends="ca-certificates"
short_desc="Qt Cryptographic Architecture"

View File

@ -1,10 +1,11 @@
# Template file for 'qca'
pkgname=qca
version=2.1.0
revision=6
revision=7
build_style=cmake
configure_args="-DBUILD_TESTS=0 -DQCA_FEATURE_INSTALL_DIR=/usr/share/qca/mkspecs -DWITH_ossl_PLUGIN=yes"
hostmakedepends="cmake pkg-config"
configure_args="-DBUILD_TESTS=0 -DQC_CERTSTORE_PATH=/etc/ssl/certs/ca-certificates.crt
-DQCA_FEATURE_INSTALL_DIR=/usr/share/qca/mkspecs -DWITH_ossl_PLUGIN=yes"
hostmakedepends="cmake pkg-config ca-certificates"
makedepends="nss-devel libgcrypt-devel qt-devel libressl-devel"
depends="ca-certificates"
short_desc="Qt Cryptographic Architecture"