gnu: yadifa: Enable the TCP manager.
* gnu/packages/dns.scm (yadifa)[arguments]: Add "--enable-tcp-manager" to #:configure-flags.master
parent
14803bfe18
commit
eac55627f9
|
@ -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
|
||||
|
|
Reference in New Issue