guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: phylip: Pass -fcommon to compiler.


From: guix-commits
Subject: 10/15: gnu: phylip: Pass -fcommon to compiler.
Date: Tue, 7 Dec 2021 07:18:30 -0500 (EST)

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

commit e86fe9801ebb5810f3b82ba0e1dbe259cc49c646
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 13:05:35 2021 +0100

    gnu: phylip: Pass -fcommon to compiler.
    
    * gnu/packages/bioinformatics.scm (phylip)[arguments]: Set CFLAGS.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c59c7c6..3c2b51e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9244,7 +9244,7 @@ exon-skipping scanner detection scheme.")
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no check target
-       #:make-flags (list "-f" "Makefile.unx" "install")
+       #:make-flags (list "-f" "Makefile.unx" "CFLAGS=-fcommon" "install")
        #:parallel-build? #f             ; not supported
        #:phases
        (modify-phases %standard-phases



reply via email to

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