me
/
guix
Archived
1
0
Fork 0

gnu: paml: Pass -fcommon to compiler.

* gnu/packages/bioinformatics.scm (paml)[arguments]: Set CFLAGS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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