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>.
master
Ludovic Courtès 2017-06-21 10:19:47 +02:00
parent fa3f5f472c
commit a431929d3d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -307,7 +307,8 @@ asynchronous fashion.")
("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"))