BIND 10 master, updated. 19ba70c7cc3da462c70e8c4f74b321b8daad0100 [master] applied proposed patch for #1633 (MacOS Lion build fix)

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 21 17:22:41 UTC 2012


The branch, master has been updated
       via  19ba70c7cc3da462c70e8c4f74b321b8daad0100 (commit)
      from  6ab057e9726a30b87909a09026c797e99cd935d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 19ba70c7cc3da462c70e8c4f74b321b8daad0100
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Feb 21 09:22:15 2012 -0800

    [master] applied proposed patch for #1633 (MacOS Lion build fix)

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index de79551..dc9efdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,6 +108,10 @@ case "$host" in
 	LDFLAGS="$LDFLAGS -z now"
 	;;
 *-apple-darwin*)
+	# Starting with OSX 10.7 (Lion) we must choose which IPv6 API to use
+	# (RFC2292 or RFC3542).
+	CPPFLAGS="$CPPFLAGS -D__APPLE_USE_RFC_3542"
+
 	# libtool doesn't work perfectly with Darwin: libtool embeds the
 	# final install path in dynamic libraries and our loadable python
 	# modules always refer to that path even if it's loaded within the



More information about the bind10-changes mailing list