gnu: phylip: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (phylip)[arguments]: Set CFLAGS.
This commit is contained in:
parent
125fdc3ba4
commit
e86fe9801e
@ -9244,7 +9244,7 @@ exon-skipping scanner detection scheme.")
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:make-flags (list "-f" "Makefile.unx" "install")
|
||||
#:make-flags (list "-f" "Makefile.unx" "CFLAGS=-fcommon" "install")
|
||||
#:parallel-build? #f ; not supported
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
Loading…
Reference in New Issue
Block a user