gnu: libressl: Fix cross compiling.
* gnu/packages/tls.scm (libressl)[arguments]: Don't use deprecated %output symbol.master
parent
cb1d948635
commit
dac4fd03cf
|
@ -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.
|
||||
|
|
Reference in New Issue