[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: bdb: Use automake-1.16.5.
From: |
guix-commits |
Subject: |
02/06: gnu: bdb: Use automake-1.16.5. |
Date: |
Thu, 5 Dec 2024 09:21:26 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 0eb13eeac6861a4ba063a9640ccf2aba5f890a0d
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
- branch core-packages-team updated (a918dd4a3a -> 02fdc34b8c), guix-commits, 2024/12/05
- 02/06: gnu: bdb: Use automake-1.16.5.,
guix-commits <=
- 03/06: squash! gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/05
- 01/06: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/05
- 04/06: gnu: elfutils: Update to 0.192., guix-commits, 2024/12/05
- 05/06: gnu: libstdc++: Fix build with gcc-14., guix-commits, 2024/12/05
- 06/06: REMOVEME gnu: make-libstdc++: Undo previous patching for gcc-cross-boot0., guix-commits, 2024/12/05