From: Roger Meier Date: Mon, 4 Oct 2010 21:13:36 +0000 (+0000) Subject: THRIFT-940 use BOOST_LDFLAGS for unit tests, required to build on Mac OS X X-Git-Tag: 0.6.0~147 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=8a441a46ad56b6f1f9d15ecadcc604a8b4c27c59;p=common%2Fthrift.git THRIFT-940 use BOOST_LDFLAGS for unit tests, required to build on Mac OS X Patch: Christian Lavoie git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1004431 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index 0585250f..c478cced 100644 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -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