guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gcompris: Fix build with GCC 10.


From: guix-commits
Subject: branch master updated: gnu: gcompris: Fix build with GCC 10.
Date: Sun, 02 Jan 2022 13:17:14 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 01ec5efff7 gnu: gcompris: Fix build with GCC 10.
01ec5efff7 is described below

commit 01ec5efff7cf95cae69493bd4ccfdd21a38770ae
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Jan 2 17:45:37 2022 +0000

    gnu: gcompris: Fix build with GCC 10.
    
    * gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to CFLAGS.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/education.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index efb2df474e..cf1236a90f 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -96,6 +96,8 @@
        ;; of Gstreamer.
        (list "--enable-sdlmixer"
              "LDFLAGS=-lgmodule-2.0")
+       #:make-flags
+       (list "CFLAGS=-fcommon")
        #:phases
        (modify-phases %standard-phases
          (add-after 'set-paths 'set-sdl-paths



reply via email to

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