BIND 10 trac2874, updated. 7fa5bd1726ee61fe4be11c6e9057e011fb7d50ee [2874] Fix build
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 2 14:20:44 UTC 2013
The branch, trac2874 has been updated
via 7fa5bd1726ee61fe4be11c6e9057e011fb7d50ee (commit)
from 080d32fe9f01fef3e864f8c33465eb20516f0856 (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 7fa5bd1726ee61fe4be11c6e9057e011fb7d50ee
Author: shane at isc.org <shane at time-travellers.org>
Date: Fri Nov 29 19:58:49 2013 +0100
[2874] Fix build
-----------------------------------------------------------------------
Summary of changes:
src/bin/resolver/bench/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/resolver/bench/Makefile.am b/src/bin/resolver/bench/Makefile.am
index ece73a3..569af65 100644
--- a/src/bin/resolver/bench/Makefile.am
+++ b/src/bin/resolver/bench/Makefile.am
@@ -21,10 +21,11 @@ resolver_bench_SOURCES += naive_resolver.h naive_resolver.cc
resolver_bench_LDADD = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
resolver_bench_LDADD += $(top_builddir)/src/lib/asiolink/libb10-asiolink.la
+resolver_bench_LDADD += $(top_builddir)/src/lib/util/threads/libb10-threads.la
if BOOST_COROUTINES
# The coroutine resolver needs the boost coroutines. Enable it only if available.
resolver_bench_SOURCES += coroutine_resolver.h coroutine_resolver.cc
-resolver_bench_LDADD += -lboost_context
+resolver_bench_LDADD += -lboost_context -lboost_coroutine
AM_CPPFLAGS += -DBOOST_COROUTINES
endif
More information about the bind10-changes
mailing list