guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: gnuais: Fix building with gcc-1


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: gnuais: Fix building with gcc-10.
Date: Fri, 27 Aug 2021 03:54:00 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new afe8ecd  gnu: gnuais: Fix building with gcc-10.
afe8ecd is described below

commit afe8ecdcc059238fe91d0dca593367c6f078f9d2
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Aug 27 09:22:08 2021 +0200

    gnu: gnuais: Fix building with gcc-10.
    
    * gnu/packages/radio.scm (gnuais)[arguments]: Pass '-fcommon' to CFLAGS.
---
 gnu/packages/radio.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index f1f0682..32dc0f8 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1684,7 +1684,8 @@ intended for people who want to learn receiving and 
sending morse code.")
        ("osm-gps-map" ,osm-gps-map)
        ("pulseaudio" ,pulseaudio)))
     (arguments
-     `(#:tests? #f ; No test suite
+     `(#:configure-flags '("-DCMAKE_C_FLAGS=-fcommon")
+       #:tests? #f ; No test suite
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-paths



reply via email to

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