]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix linking with tcmalloc when specified by -DALLOCATOR 47628/head
authorMark Kogan <mkogan@redhat.com>
Tue, 16 Aug 2022 10:46:18 +0000 (10:46 +0000)
committerMark Kogan <mkogan@redhat.com>
Tue, 16 Aug 2022 10:46:18 +0000 (10:46 +0000)
Fixes: https://tracker.ceph.com/issues/57140
Signed-off-by: Mark Kogan <mkogan@redhat.com>
src/rgw/CMakeLists.txt

index 3ac721f0fd692d0b4d50bb8fe11934ca21698b6f..0d85c29491d26b73fb51371abb6bd02101bb881d 100644 (file)
@@ -218,6 +218,7 @@ target_link_libraries(rgw_common
     ${CURL_LIBRARIES}
     ${EXPAT_LIBRARIES}
     ${ARROW_LIBRARIES}
+    ${ALLOC_LIBS}
   PUBLIC
     ${LUA_LIBRARIES}
     spawn)