From 3a9ab627b39b4fe2ab515e27dc162d12d0744777 Mon Sep 17 00:00:00 2001 From: Manuel Teira Paz Date: Wed, 10 Jun 2009 06:49:26 +0000 Subject: cpp/src/replication.mk - Avoid explicit linkage with -lCrun. Use SUNCC_RUNTIME_FLAGS that would be conditionally replaced with -lCrun for the Sun Studio Compiler git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@783231 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/replication.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/replication.mk') diff --git a/qpid/cpp/src/replication.mk b/qpid/cpp/src/replication.mk index c65a7ae3b9..4a51fb9c7d 100644 --- a/qpid/cpp/src/replication.mk +++ b/qpid/cpp/src/replication.mk @@ -47,6 +47,6 @@ replication_exchange_la_SOURCES = \ replication_exchange_la_LIBADD = libqpidbroker.la if SUNOS - replication_exchange_la_LIBADD += libqpidcommon.la -lboost_program_options -lCrun -luuid + replication_exchange_la_LIBADD += libqpidcommon.la -lboost_program_options $(SUNCC_RUNTIME_LIBS) -luuid endif replication_exchange_la_LDFLAGS = $(PLUGINLDFLAGS) -- cgit v1.2.1