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)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
#:make-flags '("CC=gcc")
|
#:make-flags '("CC=gcc" "CFLAGS=-fcommon -O3")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Reference in New Issue