summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/replication.mk2
1 files changed, 1 insertions, 1 deletions
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)