all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10.
@ 2022-01-02 17:45 Felix Gruber
  2022-01-02 18:18 ` bug#52962: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-01-02 17:45 UTC (permalink / raw)
  To: 52962; +Cc: Felix Gruber

* gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to
  CFLAGS.
---
 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
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52962: [PATCH] gnu: gcompris: Fix build with GCC 10.
  2022-01-02 17:45 [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10 Felix Gruber
@ 2022-01-02 18:18 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2022-01-02 18:18 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 52962-done

On Sun, Jan 02, 2022 at 05:45:37PM +0000, Felix Gruber wrote:
> * gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to
>   CFLAGS.

Thanks! Pushed as 01ec5efff7cf95cae69493bd4ccfdd21a38770ae




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-02 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-02 17:45 [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10 Felix Gruber
2022-01-02 18:18 ` bug#52962: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.