BIND 10 trac855, updated. 7ed21ab7e857037f18944e63fa5deac02ecf017a [trac855] with asio 1.4.8, the recent inclusion should not be needed
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 19 13:07:14 UTC 2011
The branch, trac855 has been updated
via 7ed21ab7e857037f18944e63fa5deac02ecf017a (commit)
via 81c81d70342c7aacfb2689d86aa239e231c310cd (commit)
from 9b16d3b4c04d35914b9eeba56a168d5039d7342b (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 7ed21ab7e857037f18944e63fa5deac02ecf017a
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Apr 19 15:06:53 2011 +0200
[trac855] with asio 1.4.8, the recent inclusion should not be needed
commit 81c81d70342c7aacfb2689d86aa239e231c310cd
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Apr 19 14:49:11 2011 +0200
[trac855] one no-strict-aliasing does not appear to be necessary anymore
-----------------------------------------------------------------------
Summary of changes:
src/lib/config/Makefile.am | 1 -
tests/tools/badpacket/scan.cc | 4 ----
2 files changed, 0 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/config/Makefile.am b/src/lib/config/Makefile.am
index f570c04..99e8c86 100644
--- a/src/lib/config/Makefile.am
+++ b/src/lib/config/Makefile.am
@@ -3,7 +3,6 @@ SUBDIRS = . tests
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
AM_CPPFLAGS += -I$(top_builddir)/src/lib/cc
AM_CPPFLAGS += $(BOOST_INCLUDES)
-AM_CXXFLAGS = $(B10_CXXFLAGS) -fno-strict-aliasing
lib_LTLIBRARIES = libcfgclient.la
libcfgclient_la_SOURCES = config_data.h config_data.cc module_spec.h module_spec.cc ccsession.cc ccsession.h
diff --git a/tests/tools/badpacket/scan.cc b/tests/tools/badpacket/scan.cc
index 07263ce..9e9f726 100644
--- a/tests/tools/badpacket/scan.cc
+++ b/tests/tools/badpacket/scan.cc
@@ -21,10 +21,6 @@
#include <config.h>
-// on sunstudio, asio.hpp needs unistd.h for pipe() to be defined
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
#include <asio.hpp>
#include <asiolink/io_address.h>
More information about the bind10-changes
mailing list