gnu: methyldackel: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Add -fcommon to CFLAGS.
This commit is contained in:
parent
cc331ad7eb
commit
2820b03509
@ -14006,6 +14006,7 @@ patterns.")
|
||||
`(#:test-target "test"
|
||||
#:make-flags
|
||||
(list "CC=gcc"
|
||||
"CFLAGS=-fcommon"
|
||||
(string-append "prefix="
|
||||
(assoc-ref %outputs "out") "/bin/"))
|
||||
#:phases
|
||||
|
Loading…
x
Reference in New Issue
Block a user