gnu: paml: Pass -fcommon to compiler.

* gnu/packages/bioinformatics.scm (paml)[arguments]: Set CFLAGS.
This commit is contained in:
Ricardo Wurmus 2021-12-08 14:20:56 +01:00
parent 2157d82ed3
commit b835d10d61
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9797,7 +9797,7 @@ (define-public paml
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; there are no tests
#:make-flags '("CC=gcc")
#:make-flags '("CC=gcc" "CFLAGS=-fcommon -O3")
#:phases
(modify-phases %standard-phases
(replace 'configure