diff options
author | Marius Bakke <[email protected]> | 2022-09-07 18:20:23 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-09-07 18:20:23 +0200 |
commit | 6cfb2e6270b2759fb98a0de665235bcbb9b9eccf (patch) | |
tree | 83c467772a94cbf72f96b26b08f0a29d1822b1c1 /gnu/packages/tls.scm | |
parent | 92fdda5a6351dd5246b65165547d50d0b827cef3 (diff) | |
parent | 453e7dd8c4b9422a7c80e3b3e75589b6471f5af1 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 7f61bd790b..e488b572a3 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -664,7 +664,7 @@ kilobytes of RAM.") "ac_cv_func_getentropy=no" ;; FIXME It's using it's own bundled certificate, instead it should ;; behave like OpenSSL by using environment variables. - (string-append "--with-openssldir=" %output + (string-append "--with-openssldir=" (assoc-ref %outputs "out") "/share/libressl-" ,(package-version this-package)) ;; Provide a TLS-enabled netcat. |