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"
|
||||
#:make-flags
|
||||
(list "CC=gcc"
|
||||
"CFLAGS=-fcommon"
|
||||
(string-append "prefix="
|
||||
(assoc-ref %outputs "out") "/bin/"))
|
||||
#:phases
|
||||
|
|
Reference in New Issue