[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: recutils: Omit static libraries.
From: |
guix-commits |
Subject: |
03/08: gnu: recutils: Omit static libraries. |
Date: |
Tue, 10 May 2022 10:39:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1115428bbb8f838eb4c06e39a129d85fa28eed25
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 8 02:00:01 2022 +0200
gnu: recutils: Omit static libraries.
* gnu/packages/databases.scm (recutils)[arguments]:
Add "--disable-static" to #:configure-flags.
---
gnu/packages/databases.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 5e08c8bcdb..b7cbfa6536 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1570,7 +1570,8 @@ organized in a hash table or B+ tree.")
(build-system gnu-build-system)
(arguments '(#:configure-flags
- (list (string-append "--with-bash-headers="
+ (list "--disable-static"
+ (string-append "--with-bash-headers="
(assoc-ref %build-inputs "bash:include")
"/include/bash"))))
- branch master updated (0f70547212 -> 9a867c26b0), guix-commits, 2022/05/10
- 01/08: gnu: memcached: Update to 1.6.15., guix-commits, 2022/05/10
- 04/08: gnu: dovecot: Update to 2.3.19., guix-commits, 2022/05/10
- 08/08: gnu: parted: Use G-expressions & new input style., guix-commits, 2022/05/10
- 05/08: gnu: dovecot-pigeonhole: Update to 0.5.19., guix-commits, 2022/05/10
- 06/08: gnu: font-adobe-source-sans-pro: Update to 3.046R., guix-commits, 2022/05/10
- 07/08: gnu: parted: Update to 3.5., guix-commits, 2022/05/10
- 02/08: gnu: recutils: Update to 1.9., guix-commits, 2022/05/10
- 03/08: gnu: recutils: Omit static libraries.,
guix-commits <=