[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/74: gnu: bdb-4.8: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
41/74: gnu: bdb-4.8: Fix build with gcc-14. |
Date: |
Sun, 15 Dec 2024 10:03:22 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 636468e4b9e933012632e1c1847b7b793c5ed930
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 11 12:44:44 2024 +0100
gnu: bdb-4.8: Fix build with gcc-14.
* gnu/packages/dbm.scm (bdb-4.8)[arguments]: Add CFLAGS to #:configure-flags
to relax gcc-14's strictness.
Change-Id: If016d18710acd525462f7f108939180650c73587
---
gnu/packages/dbm.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index c2abbec868..40c23d2d69 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2021 Leo Le Bouter <lle-bout@zaclys.net>
;;; Copyright © 2021, 2022 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 LuHui <luhux76@gmail.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -89,6 +90,7 @@
#:out-of-source? #true
#:configure-flags
#~(list
+ "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration"
;; Remove 7 MiB of .a files.
"--disable-static"
- 39/74: gnu: cyrus-sasl: Fix build mwith gcc-14., (continued)
- 39/74: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/15
- 43/74: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/15
- 42/74: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/15
- 45/74: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/15
- 46/74: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/15
- 49/74: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/15
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 52/74: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/15
- 41/74: gnu: bdb-4.8: Fix build with gcc-14.,
guix-commits <=
- 60/74: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 63/74: gnu: git: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 65/74: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/15
- 40/74: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/15
- 72/74: squash! gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 48/74: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/15
- 50/74: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/15
- 53/74: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/15
- 04/74: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 14/74: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/15