[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/216: gnu: startup-notification: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
120/216: gnu: startup-notification: Fix build with gcc-14. |
Date: |
Sat, 4 Jan 2025 07:27:27 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit ed6848c75306eb8e5de435c463045438f9d20c6f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Jan 1 14:16:43 2025 +0100
gnu: startup-notification: Fix build with gcc-14.
* gnu/packages/xdisorg.scm (startup-notification)[arguments]: Add
#:configure-flags
to relax gcc-14's strictness.
Change-Id: Ie20f622414e2482932e027bdf7bf7acf18192a6b
---
gnu/packages/xdisorg.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9a9a416def..e041e6927c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -65,6 +65,7 @@
;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2024 Spencer Peters <spencerpeters@protonmail.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -957,7 +958,8 @@ tracking.")
#:configure-flags #~(list
;; when cross-compilation, skip realloc checking
"lf_cv_sane_realloc=yes"
- (string-append "PKG_CONFIG="
#$(pkg-config-for-target)))
+ (string-append "PKG_CONFIG="
+ #$(pkg-config-for-target)))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'update-config-scripts
@@ -969,7 +971,9 @@ tracking.")
(or native-inputs inputs)
(string-append "/bin/" file)) "."))
'("config.guess" "config.sub"))))))
- '()))
+ (list
+ #:configure-flags
+ #~(list "CFLAGS=-g -O2 -Wno-error=int-conversion"))))
(native-inputs (append (if (and (or (target-riscv64?)
(target-aarch64?))
(%current-target-system))
- 208/216: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., (continued)
- 208/216: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2025/01/04
- 198/216: gnu: autofs: Update to 5.1.9 and fix build with gcc-14., guix-commits, 2025/01/04
- 207/216: guix: build-system: cmake: Rework cross compilation., guix-commits, 2025/01/04
- 210/216: gnu: clang-runtime: Remove gcc-12, 13, 14 from native-ipnuts., guix-commits, 2025/01/04
- 214/216: gnu: clang-runtime-19: Build with gcc-14., guix-commits, 2025/01/04
- 105/216: gnu: sdl2-2.0.14: Fix build with gcc-14., guix-commits, 2025/01/04
- 75/216: gnu: xorg-server-for-test: Update to 21.1.15; fixes build with gcc-14., guix-commits, 2025/01/04
- 76/216: gnu: gtk+-2: Fix build with gcc-14., guix-commits, 2025/01/04
- 72/216: gnu: vala: Update to 0.56.17; fixes build with gcc-14., guix-commits, 2025/01/04
- 106/216: gnu: libquicktime: Fix build with gcc-14., guix-commits, 2025/01/04
- 120/216: gnu: startup-notification: Fix build with gcc-14.,
guix-commits <=
- 123/216: gnu: openexr-2: Fix build with gcc-14., guix-commits, 2025/01/04
- 117/216: gnu; glibc-2.33: Fix build with gcc-14., guix-commits, 2025/01/04
- 100/216: gnu: mediasdk: Update to 23.2.2 and fix build with gcc-14., guix-commits, 2025/01/04
- 95/216: gnu: syslinux: Drop python2 dependency., guix-commits, 2025/01/04
- 97/216: gnu: gmime: Update to 3.2.15; fixes build with gcc-14., guix-commits, 2025/01/04
- 122/216: gnu: mypaint-brushes-1.3.1: Revert to automake-1.16.5; fixes build., guix-commits, 2025/01/04
- 116/216: gnu: libdom: Fix build with gcc-14., guix-commits, 2025/01/04
- 110/216: gnu: glibc-2.35: Fix build with gcc-14., guix-commits, 2025/01/04
- 151/216: gnu: tbb-2020.3: Fix build with gcc-14., guix-commits, 2025/01/04
- 142/216: gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14., guix-commits, 2025/01/04