guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/15: gnu: methyldackel: Pass -fcommon to compiler.


From: guix-commits
Subject: 09/15: gnu: methyldackel: Pass -fcommon to compiler.
Date: Sun, 24 Oct 2021 16:39:08 -0400 (EDT)

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

commit 2820b0350950b6f41815af5467b666bc0ce9f19e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 19:00:53 2021 +0000

    gnu: methyldackel: Pass -fcommon to compiler.
    
    * gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Add -fcommon 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 98e9c78..ac6c7e0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14006,6 +14006,7 @@ patterns.")
      `(#:test-target "test"
        #:make-flags
        (list "CC=gcc"
+             "CFLAGS=-fcommon"
              (string-append "prefix="
                             (assoc-ref %outputs "out") "/bin/"))
        #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]