guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: unbound: Enable DoH support.


From: guix-commits
Subject: 03/03: gnu: unbound: Enable DoH support.
Date: Tue, 1 Jun 2021 14:24:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8d14d602ea00a048401472387f282c7cf995d144
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 1 18:18:17 2021 +0200

    gnu: unbound: Enable DoH support.
    
    * gnu/packages/dns.scm (unbound)[inputs]: Add NGHTTP2:LIB.
    [arguments]: Add "--with-libnghttp2" to #:configure-flags.
---
 gnu/packages/dns.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 8618537..a0388a1 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -625,6 +625,7 @@ to result in system-wide compromise.")
     (inputs
      `(("expat" ,expat)
        ("libevent" ,libevent)
+       ("nghttp2" ,nghttp2 "lib")
        ("protobuf" ,protobuf)
        ("python-wrapper" ,python-wrapper)
        ("openssl" ,openssl)))
@@ -632,6 +633,8 @@ to result in system-wide compromise.")
      `(#: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
               "--with-libevent=" (assoc-ref %build-inputs "libevent"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]