[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/216: gnu: localed: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
33/216: gnu: localed: Fix build with gcc-14. |
Date: |
Sat, 4 Jan 2025 07:27:07 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 513cfa3ac618dd12bf706c25722423ea871a50e3
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 721a0d4c38..4682e55630 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.
;;;
@@ -1051,9 +1052,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
- 47/216: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., (continued)
- 47/216: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/04
- 64/216: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2025/01/04
- 52/216: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2025/01/04
- 43/216: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/04
- 67/216: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2025/01/04
- 74/216: gnu: xorg-server: Update to 21.1.15; fixes build with gcc-14., guix-commits, 2025/01/04
- 79/216: gnu: gdl: Fix build with gcc-14., guix-commits, 2025/01/04
- 12/216: gnu: gettext: Update to 0.23., guix-commits, 2025/01/04
- 14/216: gnu: automake: Fix build with gcc-14., guix-commits, 2025/01/04
- 19/216: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/04
- 33/216: gnu: localed: Fix build with gcc-14.,
guix-commits <=
- 32/216: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/01/04
- 34/216: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/04
- 41/216: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2025/01/04
- 54/216: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2025/01/04
- 49/216: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/01/04
- 59/216: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2025/01/04
- 50/216: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2025/01/04
- 48/216: gnu: Add cryptsetup-minimal., guix-commits, 2025/01/04
- 63/216: gnu: git: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/04
- 62/216: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/04