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:
parent
12c398fc56
commit
1edb46d114
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue