mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 07:56:23 +01:00
gnu: yadifa: Enable the TCP manager.
* gnu/packages/dns.scm (yadifa)[arguments]: Add "--enable-tcp-manager" to #:configure-flags.
This commit is contained in:
parent
14803bfe18
commit
eac55627f9
1 changed files with 2 additions and 1 deletions
|
@ -803,7 +803,8 @@ (define-public yadifa
|
||||||
(list "--sysconfdir=/etc"
|
(list "--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--enable-shared" "--disable-static"
|
"--enable-shared" "--disable-static"
|
||||||
"--disable-build-timestamp"))) ; build reproducibly
|
"--disable-build-timestamp" ; build reproducibly
|
||||||
|
"--enable-tcp-manager")))
|
||||||
(home-page "https://www.yadifa.eu/")
|
(home-page "https://www.yadifa.eu/")
|
||||||
(synopsis "Authoritative DNS name server")
|
(synopsis "Authoritative DNS name server")
|
||||||
(description "YADIFA is an authoritative name server for the @dfn{Domain
|
(description "YADIFA is an authoritative name server for the @dfn{Domain
|
||||||
|
|
Loading…
Reference in a new issue