diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-09 23:40:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-09 23:40:41 +0200 |
commit | eac55627f92db5581b48012b46b468bc49d8d12b (patch) | |
tree | 41d50f51a02c546beb1a421b2b06a6ce3c7ab13a /gnu | |
parent | 14803bfe18298955533db00a206633340a4bfac0 (diff) |
gnu: yadifa: Enable the TCP manager.
* gnu/packages/dns.scm (yadifa)[arguments]: Add "--enable-tcp-manager" to #:configure-flags.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dns.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 7b22a672a1..57ed1c6e6e 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 |