guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: yadifa: Enable the TCP manager.


From: guix-commits
Subject: 04/05: gnu: yadifa: Enable the TCP manager.
Date: Wed, 9 Jun 2021 17:41:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit eac55627f92db5581b48012b46b468bc49d8d12b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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

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