BIND 10 master, updated. 7017367c1118709bb9d793814493df4dcab28221 [master] (urgent care workaround) temporarily stop building perfdhcp, which breaks solaris buildbot due to portability of getifaddrs.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 22 21:53:37 UTC 2011


The branch, master has been updated
       via  7017367c1118709bb9d793814493df4dcab28221 (commit)
      from  1cd2de193c2e6b350caa9b643c568c2a5ac55304 (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 7017367c1118709bb9d793814493df4dcab28221
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Dec 22 13:52:44 2011 -0800

    [master] (urgent care workaround) temporarily stop building perfdhcp, which
    breaks solaris buildbot due to portability of getifaddrs.

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

Summary of changes:
 tests/tools/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am
index ac10c40..56cade3 100644
--- a/tests/tools/Makefile.am
+++ b/tests/tools/Makefile.am
@@ -1 +1,5 @@
-SUBDIRS = badpacket perfdhcp
+# perfdhcp uses getifaddrs, which is not a standard library and is not
+# portable (at least not exist on our Solaris buildbot).  For a short term
+# workaround we stop building it until it's resolved.
+#SUBDIRS = badpacket perfdhcp
+SUBDIRS = badpacket




More information about the bind10-changes mailing list