From 8a441a46ad56b6f1f9d15ecadcc604a8b4c27c59 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Mon, 4 Oct 2010 21:13:36 +0000 Subject: [PATCH] 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 --- lib/cpp/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1