Configure a default trust store for openssl
This commit is contained in:
committed by
Eelco Dolstra
parent
0876a44169
commit
9f358f809d
@@ -16,7 +16,6 @@ stdenv.mkDerivation {
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
configureFlags =
|
||||
# FIXME: perhaps use $SSL_CERT_FILE instead
|
||||
lib.optional stdenv.isLinux "--with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt"
|
||||
++ [
|
||||
"--disable-dependency-tracking"
|
||||
|
||||
Reference in New Issue
Block a user