mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: haveged: Don't build the static library.
* gnu/packages/linux.scm (haveged)[arguments]: Add "--disable-static" to the #:configure-flags.
This commit is contained in:
parent
9eeff70251
commit
e2fdc27bf1
1 changed files with 3 additions and 0 deletions
|
@ -6198,6 +6198,9 @@ (define-public haveged
|
|||
(sha256
|
||||
(base32 "1zb790adsmqq3r26zlaxfrk2hpgxjcjz8l73hn3hli3l3javykvd"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--disable-static")))
|
||||
(home-page "https://www.issihosts.com/haveged")
|
||||
(synopsis "Entropy source for the Linux random number generator")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue