[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/70: gnu: bdb-4.8: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
41/70: gnu: bdb-4.8: Fix build with gcc-14. |
Date: |
Sat, 14 Dec 2024 06:00:06 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit af536fc588745e3783bb8f32fd4231e6d2652031
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"
- 04/70: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., (continued)
- 04/70: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/14
- 06/70: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/14
- 02/70: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/14
- 08/70: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/14
- 11/70: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/14
- 26/70: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/14
- 29/70: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/14
- 31/70: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/14
- 35/70: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/14
- 32/70: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/14
- 41/70: gnu: bdb-4.8: Fix build with gcc-14.,
guix-commits <=
- 54/70: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/14
- 38/70: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/14
- 51/70: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/14
- 03/70: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/14
- 09/70: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/14
- 22/70: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/14
- 27/70: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/14
- 30/70: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/14
- 42/70: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/14
- 55/70: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/14