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
@ -6198,6 +6198,9 @@ cpufreq sub-system is enabled or not.")
|
||||
(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…
x
Reference in New Issue
Block a user