[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/71: gnu: bdb: Use automake-1.16.5.
From: |
guix-commits |
Subject: |
18/71: gnu: bdb: Use automake-1.16.5. |
Date: |
Sun, 15 Dec 2024 03:42:51 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 233fa7a119ea48561387b7f77bfa5b35383d344f
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/71: gnu: torsocks: Fix build with gcc-14., (continued)
- 21/71: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/15
- 23/71: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/15
- 25/71: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 31/71: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/15
- 11/71: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/15
- 13/71: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/15
- 14/71: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/15
- 12/71: gnu: gettext: Update to 0.23., guix-commits, 2024/12/15
- 09/71: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/15
- 17/71: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/15
- 18/71: gnu: bdb: Use automake-1.16.5.,
guix-commits <=
- 20/71: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 22/71: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/15
- 24/71: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/15
- 28/71: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/15
- 30/71: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 33/71: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/15
- 32/71: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/15
- 35/71: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/15
- 39/71: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/15
- 43/71: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/15