gnu: paml: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (paml)[arguments]: Set CFLAGS.
This commit is contained in:
parent
2157d82ed3
commit
b835d10d61
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue