BIND 10 trac2875, updated. 308777e2df5b95d17031ee07a4bfd7209e88a9e8 [2875] Make build work
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 2 14:20:44 UTC 2013
The branch, trac2875 has been updated
via 308777e2df5b95d17031ee07a4bfd7209e88a9e8 (commit)
from 8a3642141f38a28ef32f60a26369999534e30312 (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 308777e2df5b95d17031ee07a4bfd7209e88a9e8
Author: shane at isc.org <shane at time-travellers.org>
Date: Sat Nov 30 03:58:57 2013 +0100
[2875] Make build work
-----------------------------------------------------------------------
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 cf77dc9..d8d0966 100644
--- a/src/bin/resolver/bench/Makefile.am
+++ b/src/bin/resolver/bench/Makefile.am
@@ -22,12 +22,13 @@ resolver_bench_SOURCES += subprocess.h subprocess.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_SOURCES += scheduler.h scheduler.cc
resolver_bench_SOURCES += layers.h layers.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