guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libressl: Fix cross compiling.


From: guix-commits
Subject: branch master updated: gnu: libressl: Fix cross compiling.
Date: Tue, 06 Sep 2022 05:37:22 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dac4fd03cf gnu: libressl: Fix cross compiling.
dac4fd03cf is described below

commit dac4fd03cf9dbace17e3f58aed01ab15a4d3bf18
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 6 12:20:46 2022 +0300

    gnu: libressl: Fix cross compiling.
    
    * gnu/packages/tls.scm (libressl)[arguments]: Don't use deprecated
    %output symbol.
---
 gnu/packages/tls.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]