* [bug#69830] [PATCH] gnu: nspr: Fix cross-compilation.
@ 2024-03-16 16:13 dan
2024-04-23 6:04 ` bug#69830: Acknowledgement ([PATCH] gnu: nspr: Fix cross-compilation.) dan
0 siblings, 1 reply; 2+ messages in thread
From: dan @ 2024-03-16 16:13 UTC (permalink / raw)
To: 69830
* gnu/packages/nss.scm (nspr): Fix cross-compilation.
Change-Id: I6a4a24bed4248d54e1c0cd712dc5fc9a5c0c6121
---
gnu/packages/nss.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 54b9e5041a..29c57d0843 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -75,7 +75,8 @@ (define-public nspr
;; Use fixed timestamps for reproducibility.
#:make-flags #~'("SH_DATE='1970-01-01 00:00:01'"
;; This is epoch 1 in microseconds.
- "SH_NOW=100000")
+ "SH_NOW=100000"
+ "HOST_CC=gcc")
#:phases #~(modify-phases %standard-phases
(add-before 'configure 'chdir
(lambda _ (chdir "nspr") #t)))))
base-commit: 9daf074a7a9ea77017622b2b244e3a2cdc6af7b2
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#69830: Acknowledgement ([PATCH] gnu: nspr: Fix cross-compilation.)
2024-03-16 16:13 [bug#69830] [PATCH] gnu: nspr: Fix cross-compilation dan
@ 2024-04-23 6:04 ` dan
0 siblings, 0 replies; 2+ messages in thread
From: dan @ 2024-04-23 6:04 UTC (permalink / raw)
To: 69830-done
close in favor of 70509
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-23 6:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-16 16:13 [bug#69830] [PATCH] gnu: nspr: Fix cross-compilation dan
2024-04-23 6:04 ` bug#69830: Acknowledgement ([PATCH] gnu: nspr: Fix cross-compilation.) dan
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).