gnu: phylip: Pass -fcommon to compiler.

* gnu/packages/bioinformatics.scm (phylip)[arguments]: Set CFLAGS.
This commit is contained in:
Ricardo Wurmus 2021-12-07 13:05:35 +01:00
parent 125fdc3ba4
commit e86fe9801e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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