Author: roger
Date: Mon Oct 4 21:13:36 2010
New Revision: 1004431
URL: http://svn.apache.org/viewvc?rev=1004431&view=rev
Log:
THRIFT-940 use BOOST_LDFLAGS for unit tests, required to build on Mac OS X
Patch: Christian Lavoie
Modified:
incubator/thrift/trunk/lib/cpp/test/Makefile.am
Modified: incubator/thrift/trunk/lib/cpp/test/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/cpp/test/Makefile.am?rev=1004431&r1=1004430&r2=1004431&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/cpp/test/Makefile.am (original)
+++ incubator/thrift/trunk/lib/cpp/test/Makefile.am Mon Oct 4 21:13:36 2010
@@ -58,7 +58,7 @@ UnitTests_SOURCES = \
TMemoryBufferTest.cpp \
TBufferBaseTest.cpp
-UnitTests_LDADD = libtestgencpp.la -lboost_unit_test_framework
+UnitTests_LDADD = $(BOOST_LDFLAGS) libtestgencpp.la -lboost_unit_test_framework
#
# TFDTransportTest