rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 2da99b671e71a7855e4040d16bebf202a78d52d4
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Oct 24 18:48:20 2021 +0000

    gnu: bwa: Pass -fcommon to compiler.
    
    * gnu/packages/bioinformatics.scm (bwa)[arguments]: Add -fcommon option to
    CFLAGS.
---
 gnu/packages/bioinformatics.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 78d57f2..934782a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1870,6 +1870,7 @@ splice junctions between exons.")
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ;no "check" target
+       #:make-flags '("CFLAGS=-fcommon")
        #:phases
        (modify-phases %standard-phases
          (replace 'install

Reply via email to