mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[qca] don't use port dir for temp (#5954)
* [qca] don't use port dir for temp * [qca] bump control version
This commit is contained in:
parent
0e4c999b21
commit
1705134bdd
@ -1,4 +1,4 @@
|
||||
Source: qca
|
||||
Version: 2.2.0-3
|
||||
Version: 2.2.0-4
|
||||
Description: Qt Cryptographic Architecture (QCA). Sources: https://cgit.kde.org/qca.git/
|
||||
Build-Depends: qt5-base
|
||||
|
@ -33,12 +33,12 @@ message(STATUS "Importing certstore")
|
||||
file(REMOVE ${SOURCE_PATH}/certs/rootcerts.pem)
|
||||
# Using file(DOWNLOAD) to use https
|
||||
file(DOWNLOAD https://raw.githubusercontent.com/mozilla/gecko-dev/master/security/nss/lib/ckfw/builtins/certdata.txt
|
||||
${CMAKE_CURRENT_LIST_DIR}/certdata.txt
|
||||
${CURRENT_BUILDTREES_DIR}/cert/certdata.txt
|
||||
TLS_VERIFY ON
|
||||
)
|
||||
vcpkg_execute_required_process(
|
||||
COMMAND ${PERL} ${CMAKE_CURRENT_LIST_DIR}/mk-ca-bundle.pl -n ${SOURCE_PATH}/certs/rootcerts.pem
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
|
||||
WORKING_DIRECTORY ${CURRENT_BUILDTREES_DIR}/cert
|
||||
LOGNAME ca-bundle
|
||||
)
|
||||
message(STATUS "Importing certstore done")
|
||||
|
Loading…
x
Reference in New Issue
Block a user