[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/246: gnu: bdb: Use automake-1.16.5.
From: |
guix-commits |
Subject: |
18/246: gnu: bdb: Use automake-1.16.5. |
Date: |
Sun, 12 Jan 2025 10:21:20 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 60334c326bd617e62e99f6cad106c55ea02a835d
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
- 113/246: gnu: cryptsetup-static: Update to latest json-c (0.18)., (continued)
- 113/246: gnu: cryptsetup-static: Update to latest json-c (0.18)., guix-commits, 2025/01/12
- 01/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2025/01/12
- 10/246: gnu: zip: Fix build with gcc-14., guix-commits, 2025/01/12
- 09/246: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2025/01/12
- 05/246: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2025/01/12
- 02/246: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2025/01/12
- 03/246: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2025/01/12
- 06/246: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/12
- 17/246: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/12
- 15/246: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/12
- 18/246: gnu: bdb: Use automake-1.16.5.,
guix-commits <=
- 19/246: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/12
- 20/246: gnu: libstdc++: Fix build for linux with gcc-14., guix-commits, 2025/01/12
- 24/246: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2025/01/12
- 29/246: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/12
- 30/246: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2025/01/12
- 32/246: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/01/12
- 31/246: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2025/01/12
- 33/246: gnu: localed: Fix build with gcc-14., guix-commits, 2025/01/12
- 34/246: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/12
- 39/246: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/12