mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue