bind: enable +sigchase in dig

Allows dig to perform DNSSEC validation.

Closes #4521.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Tim D. Smith 2016-09-04 15:30:22 -07:00
parent 12c398fc56
commit 1edb46d114

View file

@ -21,6 +21,9 @@ class Bind < Formula
# libxml2 appends one inc dir to CPPFLAGS but bind ignores CPPFLAGS
ENV.append "CFLAGS", ENV.cppflags
# enable DNSSEC signature chasing in dig
ENV["STD_CDEFINES"] = "-DDIG_SIGCHASE=1"
json = build.with?("json-c") ? "yes" : "no"
system "./configure", "--prefix=#{prefix}",
"--enable-threads",