Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5bb525c
)
THRIFT-940 use BOOST_LDFLAGS for unit tests, required to build on Mac OS X
author
Roger Meier
<roger@apache.org>
Mon, 4 Oct 2010 21:13:36 +0000
(21:13 +0000)
committer
Roger Meier
<roger@apache.org>
Mon, 4 Oct 2010 21:13:36 +0000
(21:13 +0000)
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
patch
|
blob
|
history
diff --git
a/lib/cpp/test/Makefile.am
b/lib/cpp/test/Makefile.am
index
0585250
..
c478cce
100644
(file)
--- 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