summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorManuel Teira Paz <mteira@apache.org>2009-06-10 06:49:26 +0000
committerManuel Teira Paz <mteira@apache.org>2009-06-10 06:49:26 +0000
commit30eec8fc1f8ba0b256b4a5e3cb4c16c3f2d7fbff (patch)
treea379d2979804ad698c11354da12329c70e70ffb5 /cpp
parent495ff6e34a947dc85a2d4d4fa23a92e52c20cae9 (diff)
downloadqpid-python-30eec8fc1f8ba0b256b4a5e3cb4c16c3f2d7fbff.tar.gz
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
Diffstat (limited to 'cpp')
-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)