From fcb1a0d7e803e033545fc721ab12a903603d302c Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Tue, 6 Jun 2017 14:54:43 -0500 Subject: 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 --- makeopts.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index 03ef7470c..07360a71b 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@ -- cgit v1.2.3