[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/40: gnu: bdb: Use automake-1.16.5.
From: |
guix-commits |
Subject: |
20/40: gnu: bdb: Use automake-1.16.5. |
Date: |
Tue, 10 Dec 2024 08:30:14 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 384a6d64363f51216f78acc907df058b3520834f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 12:55:22 2024 +0100
gnu: bdb: Use automake-1.16.5.
This avoids
aclocal/types.m4:7: warning: underquoted definition of AM_SEARCH_USIZES
and its consequent error.
* gnu/packages/dbm.scm (bdb-4.8)[native-inputs]: Use automake-1.16.5.
Change-Id: I0f415f230198604297531499f37524b140543b9e
---
gnu/packages/dbm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index 7c36d30a34..c2abbec868 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -134,7 +134,7 @@
(("rm (.*) configure") "")
(("chmod (.*) config.guess(.*)$") ""))
(invoke "sh" "s_config"))))))
- (native-inputs (list autoconf automake libtool))
+ (native-inputs (list autoconf automake-1.16.5 libtool))
(synopsis "Berkeley database")
(description
"Berkeley DB is an embeddable database allowing developers the choice of
- 21/40: gnu: elfutils: Update to 0.192; fixing build with gcc-14., (continued)
- 21/40: gnu: elfutils: Update to 0.192; fixing build with gcc-14., guix-commits, 2024/12/10
- 04/40: gnu: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/10
- 10/40: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/10
- 30/40: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/10
- 29/40: gnu: python-lxml: Update to 5.2.2; fixing build with gcc-14., guix-commits, 2024/12/10
- 38/40: DRAFT gnu: gcc: Update gcc, gcc-toolchain to 14., guix-commits, 2024/12/10
- 35/40: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/10
- 03/40: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/10
- 05/40: gnu: %bootstrap-glibc: Prevent rebuilds., guix-commits, 2024/12/10
- 17/40: gnu: automake: Update to 1.17; fixing build with gcc-14., guix-commits, 2024/12/10
- 20/40: gnu: bdb: Use automake-1.16.5.,
guix-commits <=
- 19/40: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/10
- 09/40: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/10
- 16/40: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/10
- 22/40: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/10
- 25/40: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/10
- 31/40: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/10
- 39/40: REMOVEME gnu: commencement: bash-mesboot: Avoid rebuild., guix-commits, 2024/12/10
- 34/40: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/10
- 07/40: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/10
- 28/40: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/10