~ruther/guix-local

4d2fd1c016c1ffeb613692949c9557083f946c82 — Tobias Geerinckx-Rice 9 years ago 8769d48
gnu: yadifa: Explicitly enable DNSSEC & caching.

* gnu/packages/dns.scm (yadifa)[arguments]: Add configure flags to
consistently enable the ‘nsec’, ‘nsec3’, ‘tsig’, and ‘caching’ features.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/dns.scm
M gnu/packages/dns.scm => gnu/packages/dns.scm +2 -0
@@ 285,6 285,8 @@ asynchronous fashion.")
       #:configure-flags (list "--sysconfdir=/etc"      "--localstatedir=/var"
                               "--enable-shared"        "--disable-static"
                               "--enable-messages"      "--enable-ctrl"
                               "--enable-nsec"          "--enable-nsec3"
                               "--enable-tsig"          "--enable-caching"
                               ;; NSID is a rarely-used debugging aid, that also
                               ;; causes the build to fail. Just disable it.
                               "--disable-nsid")))