BIND 10 master, updated. 8d321e3ea9f85227296cfac94a9ce79c7db70fdf [master] Link -lpthread in libb10-threads target

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 16 06:04:08 UTC 2012


The branch, master has been updated
       via  8d321e3ea9f85227296cfac94a9ce79c7db70fdf (commit)
      from  83d00dc305a33e69e4bee379895697742a1eaab7 (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 8d321e3ea9f85227296cfac94a9ce79c7db70fdf
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Oct 16 10:34:31 2012 +0530

    [master] Link -lpthread in libb10-threads target

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

Summary of changes:
 src/lib/util/threads/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/util/threads/Makefile.am b/src/lib/util/threads/Makefile.am
index 7b9fb8f..e318023 100644
--- a/src/lib/util/threads/Makefile.am
+++ b/src/lib/util/threads/Makefile.am
@@ -7,6 +7,7 @@ AM_CPPFLAGS += $(BOOST_INCLUDES) $(MULTITHREADING_FLAG)
 lib_LTLIBRARIES = libb10-threads.la
 libb10_threads_la_SOURCES  = lock.h lock.cc
 libb10_threads_la_SOURCES += thread.h thread.cc
-libb10_threads_la_LIBADD = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
+libb10_threads_la_LIBADD  = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
+libb10_threads_la_LIBADD += $(PTHREAD_LDFLAGS)
 
 CLEANFILES = *.gcno *.gcda



More information about the bind10-changes mailing list