gnu: openssl: Display configure environment.

* gnu/packages/tls.scm (openssl)[arguments]: Adjust custom 'configure
phase to also show how openssl is configured.
This commit is contained in:
Efraim Flashner 2021-07-13 09:28:14 +03:00
parent 919d687a04
commit c2dd2552db
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -395,7 +395,9 @@ (define-public openssl
,@(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.