BIND 10 experiments/stephen-bind9log, updated. 51ec5788a67ad78b388ffa5a98f343ff8efa3710 [experiments/stephen-bind9log] Comment out build of version.c in libbind9

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 27 11:02:07 UTC 2011


The branch, experiments/stephen-bind9log has been updated
       via  51ec5788a67ad78b388ffa5a98f343ff8efa3710 (commit)
      from  1a8cccd0bf7c43b281bd5ed6a7edf9131a2eb536 (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 51ec5788a67ad78b388ffa5a98f343ff8efa3710
Author: Stephen Morris <stephen at isc.org>
Date:   Wed Apr 27 12:00:48 2011 +0100

    [experiments/stephen-bind9log] Comment out build of version.c in libbind9
    
    Problems building on some machines.

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

Summary of changes:
 src/lib/bind9/Makefile.am  |    2 +-
 src/lib/log/logger_impl.cc |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/bind9/Makefile.am b/src/lib/bind9/Makefile.am
index a078295..4c015e5 100644
--- a/src/lib/bind9/Makefile.am
+++ b/src/lib/bind9/Makefile.am
@@ -71,7 +71,7 @@ libbind9_la_SOURCES += task.c
 libbind9_la_SOURCES += taskpool.c
 # libbind9_la_SOURCES += timer_api.c
 libbind9_la_SOURCES += timer.c
-libbind9_la_SOURCES += version.c
+# libbind9_la_SOURCES += version.c
 libbind9_la_SOURCES += unix/app.c
 libbind9_la_SOURCES += unix/dir.c
 libbind9_la_SOURCES += unix/entropy.c
diff --git a/src/lib/log/logger_impl.cc b/src/lib/log/logger_impl.cc
index 222c741..f07717f 100644
--- a/src/lib/log/logger_impl.cc
+++ b/src/lib/log/logger_impl.cc
@@ -14,6 +14,7 @@
 
 #include <algorithm>
 #include <cassert>
+#include <iostream>
 
 #include <stdarg.h>
 #include <stdio.h>




More information about the bind10-changes mailing list