mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -14006,6 +14006,7 @@ (define-public methyldackel
|
|||
`(#:test-target "test"
|
||||
#:make-flags
|
||||
(list "CC=gcc"
|
||||
"CFLAGS=-fcommon"
|
||||
(string-append "prefix="
|
||||
(assoc-ref %outputs "out") "/bin/"))
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue