mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: bwa: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (bwa)[arguments]: Add -fcommon option to CFLAGS.
This commit is contained in:
parent
724972bcca
commit
2da99b671e
1 changed files with 1 additions and 0 deletions
|
@ -1870,6 +1870,7 @@ (define-public bwa
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no "check" target
|
'(#:tests? #f ;no "check" target
|
||||||
|
#:make-flags '("CFLAGS=-fcommon")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Reference in a new issue