You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mt...@apache.org on 2009/06/10 08:49:27 UTC

svn commit: r783231 - /qpid/trunk/qpid/cpp/src/replication.mk

Author: mteira
Date: Wed Jun 10 06:49:26 2009
New Revision: 783231

URL: http://svn.apache.org/viewvc?rev=783231&view=rev
Log:
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

Modified:
    qpid/trunk/qpid/cpp/src/replication.mk

Modified: qpid/trunk/qpid/cpp/src/replication.mk
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/replication.mk?rev=783231&r1=783230&r2=783231&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/replication.mk (original)
+++ qpid/trunk/qpid/cpp/src/replication.mk Wed Jun 10 06:49:26 2009
@@ -47,6 +47,6 @@
 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)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org