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