BIND 10 master, updated. 7127237c184ff0fdf0535b9e8234dd71598b996e [master] changelog for #2147
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 3 17:00:04 UTC 2012
The branch, master has been updated
via 7127237c184ff0fdf0535b9e8234dd71598b996e (commit)
from 30061d1139aad8716e97d6b620c259752fd0a3cd (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 7127237c184ff0fdf0535b9e8234dd71598b996e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Aug 3 10:00:01 2012 -0700
[master] changelog for #2147
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +++++++++++++
1 file changed, 13 insertions(+)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 68f2ae2..8107f0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+458. [build]* jinmei
+ BIND 10 now relies on Boost offset_ptr, which caused some new
+ portability issues. Such issues are detected at ./configure time.
+ If ./configure stops due to this, try the following workaround:
+ - If it's about the use of mutable for a reference with clang++,
+ upgrade Boost version to 1.44 or higher, or try a different
+ compiler (e.g. g++ generally seems to be free from this issue)
+ - If it's about the use of "variadic templates", specify
+ --without-werror so the warning won't be promoted to an error.
+ Specifying BOOST_NO_USER_CONFIG in CXXFLAGS may also work
+ (which would be the case if Boost is installed via pkgsrc)
+ (Trac #2147, git 30061d1139aad8716e97d6b620c259752fd0a3cd)
+
457. [build]* muks
BIND 10 library names now have a "b10-" prefix. This is to avoid
clashes with other similarly named libraries on the system.
More information about the bind10-changes
mailing list