guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: lepton-eda: Pass -fcommon.


From: guix-commits
Subject: 06/10: gnu: lepton-eda: Pass -fcommon.
Date: Thu, 21 Oct 2021 17:57:30 -0400 (EDT)

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

commit 7fdd112815dc7290860baa6e39ea2fd50c9ed262
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Oct 21 17:54:55 2021 +0000

    gnu: lepton-eda: Pass -fcommon.
    
    * gnu/packages/engineering.scm (lepton-eda)[arguments]: Add -fcommon to
    CFLAGS.
---
 gnu/packages/engineering.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index a53dff4..c698299 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -315,7 +315,8 @@ utilities.")
                (string-append "--with-pcb-datadir=" pcb "/share")
                (string-append "--with-pcb-lib-path="
                               pcb "/share/pcb/pcblib-newlib:"
-                              pcb "/share/pcb/newlib")))
+                              pcb "/share/pcb/newlib")
+               "CFLAGS=-fcommon"))
        #:phases
        (modify-phases %standard-phases
          (add-before 'build 'fix-dynamic-link



reply via email to

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