[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/246: gnu: localed: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
33/246: gnu: localed: Fix build with gcc-14. |
Date: |
Mon, 13 Jan 2025 03:06:11 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit b79d0cd4f81e15c8fcd60540ab39e6715ba8b613
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Dec 9 11:36:32 2024 +0100
gnu: localed: Fix build with gcc-14.
* gnu/packages/freedesktop.scm (localed)[arguments]: Add c_args to
#:configure-flags
to relax gcc-14's strictness.
Change-Id: I2cb4d9bc7e22ab0bedacbd79b98d33a1b6a27bd0
---
gnu/packages/freedesktop.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index c6f18e9949..d58fec5de4 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -40,6 +40,7 @@
;;; Copyright © 2024 Dariqq <dariqq@posteo.net>
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
;;; Copyright © 2024 dan <i@dan.games>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1071,9 +1072,10 @@ This library provides just sd-bus (and the busctl
utility).")
"idn"
"nss-myhostname"
"nss-systemd")))
- `(#:configure-flags ',(map (lambda (component)
- (string-append "-D" component "=false"))
- (delete "localed" components))
+ `(#:configure-flags '("-Dc_args=-g -O2 -Wno-format-overflow"
+ ,@(map (lambda (component)
+ (string-append "-D" component "=false"))
+ (delete "localed" components)))
;; It doesn't make sense to test all of systemd.
#:tests? #f
- 203/246: gnu: ffmpeg-3.4.13: Fix build with gcc-14., (continued)
- 203/246: gnu: ffmpeg-3.4.13: Fix build with gcc-14., guix-commits, 2025/01/13
- 200/246: gnu: vorbis-tools: Fix build with gcc-14., guix-commits, 2025/01/13
- 219/246: gnu: gnome-boxes: Fix build with gcc-14., guix-commits, 2025/01/13
- 212/246: gnu: libbraille: Fix build with gcc-14., guix-commits, 2025/01/13
- 237/246: guix: build-system: cmake: Rework cross compilation., guix-commits, 2025/01/13
- 221/246: gnu: cheese: Fix build with gcc-14., guix-commits, 2025/01/13
- 226/246: gnu: openmpi-4: Fix build with gcc-14., guix-commits, 2025/01/13
- 222/246: gnu: icedtea-8: Fix build with gcc-14., guix-commits, 2025/01/13
- 13/246: gnu: unzip: Fix build with gcc-14., guix-commits, 2025/01/13
- 246/246: gnu: gettext: Update to 0.23.1., guix-commits, 2025/01/13
- 33/246: gnu: localed: Fix build with gcc-14.,
guix-commits <=
- 29/246: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/13
- 34/246: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/13
- 149/246: gnu: podofo: Fix build with gcc-14., guix-commits, 2025/01/13
- 153/246: gnu: rrdtool: Update to 1.9.0; fixes build with gcc-14., guix-commits, 2025/01/13
- 142/246: gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14., guix-commits, 2025/01/13
- 154/246: gnu: colord-minimal: Fix build with gcc-14., guix-commits, 2025/01/13
- 179/246: gnu: perl-tk: Fix build with gcc-14., guix-commits, 2025/01/13
- 161/246: gnu: r: Fix build with gcc-14., guix-commits, 2025/01/13
- 198/246: gnu: telepathy-glib: Fix build with gcc-14., guix-commits, 2025/01/13
- 242/246: gnu: clang-runtime-18: Build with gcc-12., guix-commits, 2025/01/13