From 8fcd35185a3f3337ac2325213eebcc366d4197ed Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 5 Nov 2012 18:10:41 -0800 Subject: [PATCH] rgw: use a different boost thread library Signed-off-by: Yehuda Sadeh --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6226bf2a9e00d..ec654c7a9654b 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 -- 2.39.5