nckx pushed a commit to branch master
in repository guix.

commit eac55627f92db5581b48012b46b468bc49d8d12b
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Jun 9 23:40:22 2021 +0200

    gnu: yadifa: Enable the TCP manager.
    
    * gnu/packages/dns.scm (yadifa)[arguments]: Add "--enable-tcp-manager" to 
#:configure-flags.
---
 gnu/packages/dns.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 7b22a67..57ed1c6 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -803,7 +803,8 @@ served by AS112.  Stub and forward zones are supported.")
        (list "--sysconfdir=/etc"
              "--localstatedir=/var"
              "--enable-shared" "--disable-static"
-             "--disable-build-timestamp"))) ; build reproducibly
+             "--disable-build-timestamp"    ; build reproducibly
+             "--enable-tcp-manager")))
     (home-page "https://www.yadifa.eu/";)
     (synopsis "Authoritative DNS name server")
     (description "YADIFA is an authoritative name server for the @dfn{Domain

Reply via email to