me
/
guix
Archived
1
0
Fork 0

gnu: methyldackel: Pass -fcommon to compiler.

* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Add -fcommon to
CFLAGS.
master
Ricardo Wurmus 2021-10-24 19:00:53 +00:00
parent cc331ad7eb
commit 2820b03509
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -14006,6 +14006,7 @@ patterns.")
`(#:test-target "test"
#:make-flags
(list "CC=gcc"
"CFLAGS=-fcommon"
(string-append "prefix="
(assoc-ref %outputs "out") "/bin/"))
#:phases