[svn] commit: r3844 - /trunk/src/lib/nsas/tests/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 14 19:13:23 UTC 2010
Author: jinmei
Date: Tue Dec 14 19:13:23 2010
New Revision: 3844
Log:
don't link libboost_thread. apparently we don't need it, and not all boost packages install the library by default, which can be a source of build failure.
(whether to require a compiled boost library when we really want to use it is a different question. but for now we simply don't need it)
okayed in jabber.
Modified:
trunk/src/lib/nsas/tests/Makefile.am
Modified: trunk/src/lib/nsas/tests/Makefile.am
==============================================================================
--- trunk/src/lib/nsas/tests/Makefile.am (original)
+++ trunk/src/lib/nsas/tests/Makefile.am Tue Dec 14 19:13:23 2010
@@ -10,7 +10,6 @@
if USE_STATIC_LINK
AM_LDFLAGS += -static
endif
-AM_LDFLAGS += -lboost_thread
if USE_GXX
# Some versions of GCC warn about some versions of Boost regarding
More information about the bind10-changes
mailing list