all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 52962@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10.
Date: Sun,  2 Jan 2022 17:45:37 +0000	[thread overview]
Message-ID: <20220102174537.55176-1-felgru@posteo.net> (raw)

* 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





             reply	other threads:[~2022-01-02 17:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-02 17:45 Felix Gruber [this message]
2022-01-02 18:18 ` bug#52962: [PATCH] gnu: gcompris: Fix build with GCC 10 Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220102174537.55176-1-felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=52962@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.