CFLAGS for BIND8 support

Some systems (like macOS) require BIND_8_COMPAT to be defined so that
the nameser libraries are, well, BIND8 compatible.

Change-Id: If79fc27a64f90de1835b5aa3aadfa9be22bd16b0
This commit is contained in:
David M. Lee
2017-06-06 14:54:43 -05:00
committed by David M. Lee
parent db5245f9fd
commit fcb1a0d7e8
4 changed files with 45 additions and 0 deletions

View File

@@ -124,6 +124,9 @@ _ASTLDFLAGS+=$(LDOPTS)
# libxml2 cflags
_ASTCFLAGS+=$(LIBXML2_INCLUDE)
# BIND_8_COMPAT
_ASTCFLAGS+=$(BIND8_CFLAGS)
#Uncomment this to see all build commands instead of 'quiet' output
#NOISY_BUILD=yes