gnu: openssl: Add search path definition for root certificates.

* gnu/packages/openssl.scm (openssl)[native-search-paths]: New property.
master
Andreas Enge 2015-02-10 21:02:59 +01:00
parent 6e6e241409
commit 148cb1c270
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@
(("/bin/rm")
"rm"))))
%standard-phases))))
(native-search-paths
(list (search-path-specification
(variable "SSL_CERT_DIR")
(files '("etc/ssl/certs")))))
(synopsis "SSL/TLS implementation")
(description
"OpenSSL is an implementation of SSL/TLS")