[svn] commit: r2895 - in /experiments/stephen-receptionist: client/Makefile.am common/Makefile.am common/test/Makefile.am contractor/Makefile.am intermediary/Makefile.am receptionist/Makefile.am server/Makefile.am worker/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 9 14:17:30 UTC 2010


Author: stephen
Date: Thu Sep  9 14:17:30 2010
New Revision: 2895

Log:
Remove the -mt suffix from the boost library names.  This works under Linux, but not FreeBSD

Modified:
    experiments/stephen-receptionist/client/Makefile.am
    experiments/stephen-receptionist/common/Makefile.am
    experiments/stephen-receptionist/common/test/Makefile.am
    experiments/stephen-receptionist/contractor/Makefile.am
    experiments/stephen-receptionist/intermediary/Makefile.am
    experiments/stephen-receptionist/receptionist/Makefile.am
    experiments/stephen-receptionist/server/Makefile.am
    experiments/stephen-receptionist/worker/Makefile.am

Modified: experiments/stephen-receptionist/client/Makefile.am
==============================================================================
--- experiments/stephen-receptionist/client/Makefile.am (original)
+++ experiments/stephen-receptionist/client/Makefile.am Thu Sep  9 14:17:30 2010
@@ -3,7 +3,7 @@
 AM_CPPFLAGS  = -I$(top_srcdir)/common $(BOOSTLOCINC)
 
 AM_LDFLAGS   = $(BOOSTLOCLIB)
-AM_LDFLAGS  += -lboost_program_options-mt -lboost_system-mt -lboost_thread-mt
+AM_LDFLAGS  += -lboost_program_options -lboost_system -lboost_thread
 
 client_SOURCES  = client.cc 
 client_SOURCES += client_command.cc client_command.h

Modified: experiments/stephen-receptionist/common/Makefile.am
==============================================================================
--- experiments/stephen-receptionist/common/Makefile.am (original)
+++ experiments/stephen-receptionist/common/Makefile.am Thu Sep  9 14:17:30 2010
@@ -15,7 +15,7 @@
 libcommon_a_SOURCES += throughput_measure.cc throughput_measure.h
 
 AM_CPPFLAGS = $(BOOSTLOCINC)
-AM_LDFLAGS  = $(BOOSTLOCLIB) -lboost_system-mt
+AM_LDFLAGS  = $(BOOSTLOCLIB) -lboost_system
 
 bin_PROGRAMS = queue_clear
 queue_clear_SOURCES  = queue_clear.cc

Modified: experiments/stephen-receptionist/common/test/Makefile.am
==============================================================================
--- experiments/stephen-receptionist/common/test/Makefile.am (original)
+++ experiments/stephen-receptionist/common/test/Makefile.am Thu Sep  9 14:17:30 2010
@@ -5,6 +5,6 @@
 
 AM_CPPFLAGS = -I$(top_srcdir)/common $(BOOSTLOCINC)
 
-AM_LDFLAGS = $(BOOSTLOCLIB) -lboost_system-mt -lgtest
+AM_LDFLAGS = $(BOOSTLOCLIB) -lboost_system -lgtest
 
 test_LDADD = $(top_srcdir)/common/libcommon.a

Modified: experiments/stephen-receptionist/contractor/Makefile.am
==============================================================================
--- experiments/stephen-receptionist/contractor/Makefile.am (original)
+++ experiments/stephen-receptionist/contractor/Makefile.am Thu Sep  9 14:17:30 2010
@@ -3,7 +3,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/common $(BOOSTLOCINC)
 
 AM_LDFLAGS  = $(BOOSTLOCLIB)
-AM_LDFLAGS += -lboost_program_options-mt -lboost_system-mt
+AM_LDFLAGS += -lboost_program_options -lboost_system
 
 contractor_LDADD = $(top_srcdir)/common/libcommon.a
 

Modified: experiments/stephen-receptionist/intermediary/Makefile.am
==============================================================================
--- experiments/stephen-receptionist/intermediary/Makefile.am (original)
+++ experiments/stephen-receptionist/intermediary/Makefile.am Thu Sep  9 14:17:30 2010
@@ -3,7 +3,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/common $(BOOSTLOCINC)
 
 AM_LDFLAGS  = $(BOOSTLOCLIB)
-AM_LDFLAGS += -lboost_program_options-mt -lboost_system-mt -lboost_thread-mt
+AM_LDFLAGS += -lboost_program_options -lboost_system -lboost_thread
 
 intermediary_LDADD = $(top_srcdir)/common/libcommon.a
 

Modified: experiments/stephen-receptionist/receptionist/Makefile.am
==============================================================================
--- experiments/stephen-receptionist/receptionist/Makefile.am (original)
+++ experiments/stephen-receptionist/receptionist/Makefile.am Thu Sep  9 14:17:30 2010
@@ -3,7 +3,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/common $(BOOSTLOCINC)
 
 AM_LDFLAGS  = $(BOOSTLOCLIB)
-AM_LDFLAGS += -lboost_program_options-mt -lboost_thread-mt -lboost_system-mt
+AM_LDFLAGS += -lboost_program_options -lboost_thread -lboost_system
 
 receptionist_LDADD = $(top_srcdir)/common/libcommon.a
 

Modified: experiments/stephen-receptionist/server/Makefile.am
==============================================================================
--- experiments/stephen-receptionist/server/Makefile.am (original)
+++ experiments/stephen-receptionist/server/Makefile.am Thu Sep  9 14:17:30 2010
@@ -3,7 +3,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/common $(BOOSTLOCINC)
 
 AM_LDFLAGS  = $(BOOSTLOCLIB)
-AM_LDFLAGS += -lboost_program_options-mt -lboost_system-mt -lboost_thread-mt
+AM_LDFLAGS += -lboost_program_options -lboost_system -lboost_thread
 
 server_LDADD = $(top_srcdir)/common/libcommon.a
 

Modified: experiments/stephen-receptionist/worker/Makefile.am
==============================================================================
--- experiments/stephen-receptionist/worker/Makefile.am (original)
+++ experiments/stephen-receptionist/worker/Makefile.am Thu Sep  9 14:17:30 2010
@@ -2,7 +2,7 @@
 
 AM_CPPFLAGS = -I$(top_srcdir)/common $(BOOSTLOCINC)
 
-AM_LDFLAGS  = $(BOOSTLOCLIB) -lboost_program_options-mt -lboost_system-mt
+AM_LDFLAGS  = $(BOOSTLOCLIB) -lboost_program_options -lboost_system
 
 worker_LDADD = $(top_srcdir)/common/libcommon.a
 




More information about the bind10-changes mailing list