From 30eec8fc1f8ba0b256b4a5e3cb4c16c3f2d7fbff 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/qpid@783231 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/replication.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/replication.mk b/cpp/src/replication.mk index c65a7ae3b9..4a51fb9c7d 100644 --- a/cpp/src/replication.mk +++ b/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