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:
Tobias Geerinckx-Rice 2021-10-04 03:30:48 +02:00
parent 9eeff70251
commit e2fdc27bf1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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