GNU bug report logs - #67860
[PATCH] gnu: argon2: Fix cross-compilation.

Previous Next

Package: guix-patches;

Reported by: Leo Nikkilä <hello <at> lnikki.la>

Date: Sat, 16 Dec 2023 23:00:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67860: closed ([PATCH] gnu: argon2: Fix cross-compilation.)
Date: Sat, 23 Dec 2023 09:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 23 Dec 2023 10:32:13 +0100
with message-id <87frzttgbm.fsf <at> gnu.org>
and subject line Re: [bug#67860] [PATCH] gnu: argon2: Fix cross-compilation.
has caused the debbugs.gnu.org bug report #67860,
regarding [PATCH] gnu: argon2: Fix cross-compilation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67860: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67860
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Nikkilä <hello <at> lnikki.la>
To: guix-patches <at> gnu.org
Cc: Leo Nikkilä <hello <at> lnikki.la>
Subject: [PATCH] gnu: argon2: Fix cross-compilation.
Date: Sun, 17 Dec 2023 00:58:55 +0200
* gnu/packages/password-utils.scm (argon2): Use `cc-for-target'.
---
 gnu/packages/password-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 4099f23098..bcd323ced8 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1123,7 +1123,7 @@ (define-public argon2
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-       #:make-flags (list "CC=gcc"
+       #:make-flags (list (string-append "CC=" ,(cc-for-target))
                           (string-append "PREFIX=" (assoc-ref %outputs "out"))
                           "LIBRARY_REL=lib"
                           (string-append "ARGON2_VERSION=" ,version)
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Leo Nikkilä <hello <at> lnikki.la>
Cc: 67860-done <at> debbugs.gnu.org
Subject: Re: [bug#67860] [PATCH] gnu: argon2: Fix cross-compilation.
Date: Sat, 23 Dec 2023 10:32:13 +0100
> * gnu/packages/password-utils.scm (argon2): Use `cc-for-target'.

Applied, thanks,

Mathieu


This bug report was last modified 1 year and 154 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.