guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: openssl: Display configure environment.


From: guix-commits
Subject: 02/03: gnu: openssl: Display configure environment.
Date: Tue, 13 Jul 2021 03:21:51 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit c2dd2552dbce78b803dcb3f7ca63e51a2f256fe9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 13 09:28:14 2021 +0300

    gnu: openssl: Display configure environment.
    
    * gnu/packages/tls.scm (openssl)[arguments]: Adjust custom 'configure
    phase to also show how openssl is configured.
---
 gnu/packages/tls.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index c5c9977..9eebbff 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -395,7 +395,9 @@ required structures.")
                 ,@(if (%current-target-system)
                     '((getenv "CONFIGURE_TARGET_ARCH"))
                     '())
-                configure-flags))))
+                configure-flags)
+              ;; Output the configure variables.
+              (invoke "perl" "configdata.pm" "--dump"))))
         (add-after 'install 'move-static-libraries
           (lambda* (#:key outputs #:allow-other-keys)
             ;; Move static libraries to the "static" output.



reply via email to

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