From: Mark Kogan Date: Tue, 16 Aug 2022 10:46:18 +0000 (+0000) Subject: rgw: fix linking with tcmalloc when specified by -DALLOCATOR X-Git-Tag: v18.0.0~221^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47628%2Fhead;p=ceph.git rgw: fix linking with tcmalloc when specified by -DALLOCATOR Fixes: https://tracker.ceph.com/issues/57140 Signed-off-by: Mark Kogan --- diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt index 3ac721f0fd69..0d85c29491d2 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)