[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/246: gnu: cogl: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
206/246: gnu: cogl: Fix build with gcc-14. |
Date: |
Fri, 10 Jan 2025 10:47:50 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 1c294a8c245ec1c20d000370bb1543045cf5b0ac
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 4 21:56:17 2025 +0100
gnu: cogl: Fix build with gcc-14.
* gnu/packages/gnome.scm (cogl)[arguments]: Add CFLAGS to #:configure-flags
to
relax gcc-14's strictness.
Change-Id: I05c4923c6e2ed60b892d3beef2967fff18cdeb56
---
gnu/packages/gnome.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d9af95792..71fd754f44 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6336,7 +6336,10 @@ throughout GNOME for API documentation).")
wayland))
(arguments
`(#:disallowed-references (,xorg-server-for-tests)
- #:configure-flags (list "--enable-cogl-gst"
+ #:configure-flags (list ,(string-append
+ "CFLAGS=-g -O2"
+ " -Wno-error=implicit-function-declaration")
+ "--enable-cogl-gst"
"--enable-wayland-egl-platform"
"--enable-wayland-egl-server"
- 165/246: gnu: uwsgi: Update to 2.0.28; fixes build with gcc-14., (continued)
- 165/246: gnu: uwsgi: Update to 2.0.28; fixes build with gcc-14., guix-commits, 2025/01/10
- 174/246: gnu: mpfi: Fix build with gcc-14., guix-commits, 2025/01/10
- 179/246: gnu: perl-tk: Fix build with gcc-14., guix-commits, 2025/01/10
- 183/246: gnu: python-geventhttpclient: Update to 2.3.3; fixes build with gcc-14., guix-commits, 2025/01/10
- 187/246: gnu: aria2: Fix build., guix-commits, 2025/01/10
- 197/246: gnu: autofs: Update to 5.1.9 and fix build with gcc-14., guix-commits, 2025/01/10
- 189/246: gnu: libedit: Fix build with gcc-14., guix-commits, 2025/01/10
- 192/246: gnu: gnome-font-viewer: Fix build with gcc-14., guix-commits, 2025/01/10
- 218/246: gnu: guile-gi: Fix build with gcc-14., guix-commits, 2025/01/10
- 213/246: gnu: pidgin: Fix build with gcc-14., guix-commits, 2025/01/10
- 206/246: gnu: cogl: Fix build with gcc-14.,
guix-commits <=
- 244/246: gnu: clang-runtime-17: Build with gcc-13., guix-commits, 2025/01/10
- 224/246: gnu: freerdp: Fix build with gcc-14., guix-commits, 2025/01/10
- 232/246: gnu: python-traittypes: Fix tests., guix-commits, 2025/01/10
- 245/246: gnu: clang-runtime-19: Build with gcc-14., guix-commits, 2025/01/10
- 233/246: gnu: python-tables: Fix reference to library., guix-commits, 2025/01/10
- 234/246: gnu: Add python-tiny-proxy., guix-commits, 2025/01/10
- 238/246: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2025/01/10
- 230/246: gnu: python-pydantic: Fix build., guix-commits, 2025/01/10
- 235/246: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/10
- 239/246: gexp: Improve support of Unicode characters., guix-commits, 2025/01/10