Rebuild mingw-w64-qca-qt5 against openssl 1.0

This commit is contained in:
Martchus 2017-06-05 01:50:11 +02:00
parent 36375b8f7c
commit 7661da9b18
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
pkgname='mingw-w64-qca-qt5' pkgname='mingw-w64-qca-qt5'
pkgver=2.1.3 pkgver=2.1.3
pkgrel=1 pkgrel=2
pkgdesc='Qt Cryptographic Architecture' pkgdesc='Qt Cryptographic Architecture'
arch=('any') arch=('any')
url='https://userbase.kde.org/QCA' url='https://userbase.kde.org/QCA'
@ -32,9 +32,9 @@ build() {
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=OFF \ -DBUILD_TESTS=OFF \
-DQCA_INSTALL_IN_QT_PREFIX=ON \ -DQCA_INSTALL_IN_QT_PREFIX=ON \
-DOPENSSL_INCLUDE_DIR=/usr/${_arch}/include \ -DOPENSSL_INCLUDE_DIR=/usr/${_arch}/include/openssl-1.0 \
-DOPENSSL_SSL_LIBRARY=/usr/${_arch}/lib/libssl.dll.a \ -DOPENSSL_SSL_LIBRARY=/usr/${_arch}/lib/openssl-1.0/libssl.dll.a \
-DOPENSSL_CRYPTO_LIBRARY=/usr/${_arch}/lib/libcrypto.dll.a \ -DOPENSSL_CRYPTO_LIBRARY=/usr/${_arch}/lib/openssl-1.0/libcrypto.dll.a \
../qca-$pkgver ../qca-$pkgver
make make
popd popd