guix-commits
[Top][All Lists]
Advanced

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

branch hurd-team updated: squash! gnu: openssl: Build fix for the Hurd.


From: guix-commits
Subject: branch hurd-team updated: squash! gnu: openssl: Build fix for the Hurd.
Date: Tue, 18 Jul 2023 14:06:17 -0400

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

janneke pushed a commit to branch hurd-team
in repository guix.

The following commit(s) were added to refs/heads/hurd-team by this push:
     new a10e51dabc squash! gnu: openssl: Build fix for the Hurd.
a10e51dabc is described below

commit a10e51dabcffbc40726fa7a16224cc91576547d4
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jul 18 20:05:37 2023 +0200

    squash! gnu: openssl: Build fix for the Hurd.
---
 gnu/packages/tls.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 021c125983..f51c47db04 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -597,10 +597,9 @@ OpenSSL for TARGET."
                    #~((delete 'patch-configure))
                    #~())))
        ((#:configure-flags flags #~'())
-        (if (target-hurd? (%current-system))
-            #~(append
-               #$flags
-               '("hurd-x86"))
+        (if (system-hurd?)
+            #~(append #$flags '("hurd-x86")) ;must not be used when
+                                             ;cross-compiling!
             flags))))
     (license license:asl2.0)))
 



reply via email to

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