bind: remove ENV.libxml2 no-op.

This commit is contained in:
Mike McQuaid 2016-12-19 17:35:29 +00:00
parent ead826e413
commit b46f784413

View file

@ -17,10 +17,6 @@ class Bind < Formula
depends_on "json-c" => :optional
def install
ENV.libxml2
# 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"