mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: phylip: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (phylip)[arguments]: Set CFLAGS.
This commit is contained in:
parent
125fdc3ba4
commit
e86fe9801e
1 changed files with 1 additions and 1 deletions
|
@ -9244,7 +9244,7 @@ (define-public phylip
|
|||
(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 a new issue