[PATCH] gnu: alex4: Fix build.

  • Done
  • quality assurance status badge
Details
One participant
  • iyzsong
Owner
unassigned
Submitted by
iyzsong
Severity
normal
I
I
iyzsong wrote on 20 Aug 2023 12:38
(address . guix-patches@gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
bb7fc668e6f5c0ef93e750214aaefdb0f33cc870.1692527919.git.iyzsong@member.fsf.org
From: ??? <iyzsong@member.fsf.org>

* gnu/packages/games.scm (alex4)[arguments]: Add '-fcommon' to CFLAGS.
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a5fa19fc20..512834cba8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -430,7 +430,7 @@ (define-public alex4
`(#:tests? #f ; no check target
#:make-flags
(list "CC=gcc"
- "CFLAGS=-D_FILE_OFFSET_BITS=64"
+ "CFLAGS=-D_FILE_OFFSET_BITS=64 -fcommon"
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases

base-commit: ad5e4fe54a66c725dc03dedebf8e5c65723ccb74
--
2.41.0
?
(address . 65400-done@debbugs.gnu.org)
87pm3exbnh.fsf@envs.net
Pushed now, closing.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65400@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65400
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