[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-hurd updated: squash! gnu: openssl-1.1: Fix shared build for
From: |
guix-commits |
Subject: |
branch wip-hurd updated: squash! gnu: openssl-1.1: Fix shared build for the Hurd. |
Date: |
Sun, 11 Jun 2023 15:58:56 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch wip-hurd
in repository guix.
The following commit(s) were added to refs/heads/wip-hurd by this push:
new 76e3f95181 squash! gnu: openssl-1.1: Fix shared build for the Hurd.
76e3f95181 is described below
commit 76e3f95181703c03e3cf889a8e084cb871732874
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Jun 11 21:25:09 2023 +0200
squash! gnu: openssl-1.1: Fix shared build for the Hurd.
* gnu/packages/tls.scm (openssl)[arguments]: And delete it again.
---
gnu/packages/tls.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 0b6fcfe5da..7da652573b 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -593,7 +593,10 @@ OpenSSL for TARGET."
(lambda* (#:key native-inputs inputs #:allow-other-keys)
(setenv "HASHBANGPERL"
(search-input-file (or native-inputs inputs)
- "/bin/perl"))))))
+ "/bin/perl"))))
+ #$@(if (target-hurd?)
+ #~((delete 'patch-configure))
+ #~())))
((#:configure-flags flags #~'())
(if (target-hurd? (%current-system))
#~(append
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-hurd updated: squash! gnu: openssl-1.1: Fix shared build for the Hurd.,
guix-commits <=