emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#52962: closed ([PATCH] gnu: gcompris: Fix build with GCC 10.)


From: GNU bug Tracking System
Subject: bug#52962: closed ([PATCH] gnu: gcompris: Fix build with GCC 10.)
Date: Sun, 02 Jan 2022 18:19:02 +0000

Your message dated Sun, 2 Jan 2022 13:18:04 -0500
with message-id <YdHsXMrH+kTcEoL2@jasmine.lan>
and subject line Re: [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10.
has caused the debbugs.gnu.org bug report #52962,
regarding [PATCH] gnu: gcompris: Fix build with GCC 10.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52962: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52962
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gcompris: Fix build with GCC 10. Date: Sun, 2 Jan 2022 17:45:37 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52962] [PATCH] gnu: gcompris: Fix build with GCC 10. Date: Sun, 2 Jan 2022 13:18:04 -0500
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


--- End Message ---

reply via email to

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