me
/
guix
Archived
1
0
Fork 0

gnu: alex4: Fix build.

* gnu/packages/games.scm (alex4)[arguments]: Add '-fcommon' to CFLAGS.
master
宋文武 2023-08-20 18:38:49 +08:00
parent b262b37f06
commit 9393ce89ab
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ mouse and joystick control, and original music.")
`(#: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