summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@respoke.io>2017-06-06 14:54:43 -0500
committerDavid M. Lee <dlee@respoke.io>2017-06-08 17:06:18 -0500
commit58efe6f556e7afeab99c089d9cbb2fecf4e42aa8 (patch)
treee60f9ca1c3860ebbeb208d807b33f2a11b30f3ac /makeopts.in
parent0eab468cf00bd29a3543f08b1bf90c650180d2fd (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 'makeopts.in')
-rw-r--r--makeopts.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 05f8d097f..9b08c8f26 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -62,6 +62,8 @@ HOST_OS=@HOST_OS@
OSARCH=@OSARCH@
OSREV=@PBX_OSREV@
+BIND8_CFLAGS=@BIND8_CFLAGS@
+
PTHREAD_CFLAGS=@PTHREAD_CFLAGS@
PTHREAD_LIBS=@PTHREAD_LIBS@