summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2012-11-05 18:10:41 -0800
committerYehuda Sadeh <yehuda@inktank.com>2012-11-08 13:24:29 -0800
commit8fcd35185a3f3337ac2325213eebcc366d4197ed (patch)
tree6907c248dc9cc5ffd609d6992bf1978366e945ce
parentff8c2380b37b853975fa64a71ab8bad5daed6515 (diff)
downloadceph-8fcd35185a3f3337ac2325213eebcc366d4197ed.tar.gz
rgw: use a different boost thread library
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6226bf2a9e0..ec654c7a965 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,7 +43,7 @@ check-local:
$(srcdir)/test/encoding/check-generated.sh
$(srcdir)/test/encoding/readable.sh ../ceph-object-corpus
-EXTRALIBS = -luuid -lboost_thread-mt
+EXTRALIBS = -luuid -lboost_thread
if FREEBSD
EXTRALIBS += -lexecinfo
endif