From 51fa31878e792669fc5aadc3b71b57313796d1f1 Mon Sep 17 00:00:00 2001 From: Mark Kogan Date: Tue, 16 Aug 2022 10:46:18 +0000 Subject: [PATCH] rgw: fix linking with tcmalloc when specified by -DALLOCATOR Fixes: https://tracker.ceph.com/issues/57140 Signed-off-by: Mark Kogan --- src/rgw/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt index 3ac721f0fd6..0d85c29491d 100644 --- a/src/rgw/CMakeLists.txt +++ b/src/rgw/CMakeLists.txt @@ -218,6 +218,7 @@ target_link_libraries(rgw_common ${CURL_LIBRARIES} ${EXPAT_LIBRARIES} ${ARROW_LIBRARIES} + ${ALLOC_LIBS} PUBLIC ${LUA_LIBRARIES} spawn)