summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@respoke.io>2017-06-06 14:54:43 -0500
committerGeorge Joseph <gjoseph@digium.com>2017-06-12 08:46:00 -0500
commit68de35a6a01e2a1fe732e156b73f800bb672a421 (patch)
treebdb3aa08e76278978a75d8e6a170c028e697711d /Makefile
parent85dff8e26ee9bbe3ce781eefb9b1037e1fb9217a (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f7ce71b1..bb8de1322 100644
--- a/Makefile
+++ b/Makefile
@@ -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