mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: unbound: Do not build static libraries.
* gnu/packages/dns.scm (unbound)[arguments]: Add "--disable-static" to #:configure-flags. Suggested by Gregor Giesen <giesen@zaehlwerk.net>.
This commit is contained in:
parent
fa3f5f472c
commit
a431929d3d
1 changed files with 2 additions and 1 deletions
|
@ -307,7 +307,8 @@ (define-public unbound
|
|||
("openssl" ,openssl)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append
|
||||
(list "--disable-static" ;save space and non-determinism in libunbound.a
|
||||
(string-append
|
||||
"--with-ssl=" (assoc-ref %build-inputs "openssl"))
|
||||
(string-append
|
||||
"--with-libevent=" (assoc-ref %build-inputs "libevent"))
|
||||
|
|
Loading…
Reference in a new issue