[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/74: gnu: bdb: Use automake-1.16.5.
From: |
guix-commits |
Subject: |
18/74: gnu: bdb: Use automake-1.16.5. |
Date: |
Mon, 16 Dec 2024 03:34:54 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit ea5ad413dddc118e66013a93ecb595fa5c00be6a
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
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., (continued)
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/16
- 23/74: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/16
- 28/74: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/16
- 41/74: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/16
- 34/74: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/16
- 31/74: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/16
- 54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/16
- 57/74: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/16
- 42/74: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/16
- 18/74: gnu: bdb: Use automake-1.16.5.,
guix-commits <=
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/16
- 55/74: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/16
- 56/74: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/16
- 67/74: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/16