mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: libmd: Omit static library.
* gnu/packages/crypto.scm (libmd)[arguments]: Add "--disable-static" to the #:configure-flags.
This commit is contained in:
parent
b390bff3f2
commit
75f9bf6401
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue