gnu: paml: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (paml)[arguments]: Set CFLAGS.master
parent
2157d82ed3
commit
b835d10d61
|
@ -9797,7 +9797,7 @@ straight away. Its main features are:
|
|||
(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
|
||||
|
|
Reference in New Issue