me
/
guix
Archived
1
0
Fork 0

gnu: libressl: Fix cross compiling.

* gnu/packages/tls.scm (libressl)[arguments]: Don't use deprecated
%output symbol.
master
Efraim Flashner 2022-09-06 12:20:46 +03:00
parent cb1d948635
commit dac4fd03cf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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.