blob: 306dbc11dc55082de8027c7972b562ef17bed271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-CMakeLists.txt,v 1.1 2022/12/01 12:47:23 jperkin Exp $
Add mozilla-rootcerts certstore to list
--- CMakeLists.txt.orig 2018-01-31 20:15:27.000000000 +0000
+++ CMakeLists.txt
@@ -304,6 +304,7 @@ else ( WIN32 )
"/etc/pki/tls/cert.pem"
"/etc/ssl/ca-bundle.pem"
"/usr/share/curl/curl-ca-bundle.crt"
+ "@PREFIX@/share/mozilla-rootcerts/cacert.pem"
)
foreach (_current_try ${toTry})
if(EXISTS ${_current_try})
|