[PATCH] gnu: nspr: Fix cross-compilation.

  • Done
  • quality assurance status badge
Details
One participant
  • dan
Owner
unassigned
Submitted by
dan
Severity
normal

Debbugs page

D
(address . guix-patches@gnu.org)
46bb4ada238742ce1420dc6a818fead9e2fc82ee.1710605589.git.i@dan.games
* gnu/packages/nss.scm (nspr): Fix cross-compilation.

Change-Id: I6a4a24bed4248d54e1c0cd712dc5fc9a5c0c6121
---
gnu/packages/nss.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (18 lines)
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
D
re: bug#69830: Acknowledgement ([PATCH] gnu: nspr: Fix cross-compilation.)
(address . 69830-done@debbugs.gnu.org)
4fd876f5-1327-45f6-bbfd-229e69fabe84@dan.games
close in favor of 70509
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69830@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69830
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch