mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: unbound: Enable DoH support.
* gnu/packages/dns.scm (unbound)[inputs]: Add NGHTTP2:LIB. [arguments]: Add "--with-libnghttp2" to #:configure-flags.
This commit is contained in:
@@ -625,12 +625,15 @@ to result in system-wide compromise.")
|
||||
(inputs
|
||||
`(("expat" ,expat)
|
||||
("libevent" ,libevent)
|
||||
("nghttp2" ,nghttp2 "lib")
|
||||
("protobuf" ,protobuf)
|
||||
("python-wrapper" ,python-wrapper)
|
||||
("openssl" ,openssl)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--disable-static" ; save space and non-determinism in libunbound.a
|
||||
(string-append
|
||||
"--with-libnghttp2=" (assoc-ref %build-inputs "nghttp2"))
|
||||
(string-append
|
||||
"--with-ssl=" (assoc-ref %build-inputs "openssl"))
|
||||
(string-append
|
||||
|
||||
Reference in New Issue
Block a user