[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: libmd: Omit static library.
From: |
guix-commits |
Subject: |
04/10: gnu: libmd: Omit static library. |
Date: |
Tue, 5 Oct 2021 15:38:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 75f9bf6401c9f49bf66ee46999e6b3ca0f2092e4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 5 17:47:55 2021 +0200
gnu: libmd: Omit static library.
* gnu/packages/crypto.scm (libmd)[arguments]: Add "--disable-static" to
the #:configure-flags.
---
gnu/packages/crypto.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index d634cdf..64cdf48 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -185,6 +185,9 @@ communication, encryption, decryption, signatures, etc.")
(base32
"03skgv013v0y9hxh6j143xdwynb5cmbmbdylvvgfsjz38889477m"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "--disable-static")))
(synopsis "Message Digest functions from BSD systems")
(description
"The currently provided message digest algorithms are:
- branch master updated (a9075d3 -> ec7049a), guix-commits, 2021/10/05
- 03/10: gnu: libmd: Update to 1.0.4., guix-commits, 2021/10/05
- 05/10: gnu: faudio: Update to 21.10., guix-commits, 2021/10/05
- 01/10: gnu: lynis: Update to 3.0.6., guix-commits, 2021/10/05
- 04/10: gnu: libmd: Omit static library.,
guix-commits <=
- 09/10: gnu: openvpn: Update to 2.5.4., guix-commits, 2021/10/05
- 10/10: gnu: libupnp: Update to 1.14.12., guix-commits, 2021/10/05
- 07/10: gnu: catfish: Update to 4.16.3., guix-commits, 2021/10/05
- 02/10: gnu: libzen: Update to 0.4.39., guix-commits, 2021/10/05
- 08/10: gnu: xterm: Update to 369., guix-commits, 2021/10/05
- 06/10: gnu: menumaker: Update to 0.99.13., guix-commits, 2021/10/05