From 7fa088516f1b0bac10f2812b10b4758a5ea7095a Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Tue, 24 Jan 2023 11:49:26 +0530 Subject: [PATCH] Revert "cmake: do not link ceph-dencoder against global" Reverting since this is causing the following ceph-dencoder exception: [src/tcmalloc.cc:332] Attempt to free invalid pointer 0x558f14e3a000 NOTE: I didn't debug this any more further since there is sizable backlog of PRs that need testing/merging, but reverting the change makes it work. Fixes: http://tracker.ceph.com/issues/58219 Signed-off-by: Venky Shankar --- src/tools/ceph-dencoder/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/ceph-dencoder/CMakeLists.txt b/src/tools/ceph-dencoder/CMakeLists.txt index b40da0833ee20..5cb56e1361592 100644 --- a/src/tools/ceph-dencoder/CMakeLists.txt +++ b/src/tools/ceph-dencoder/CMakeLists.txt @@ -99,7 +99,7 @@ target_compile_definitions(ceph-dencoder PRIVATE target_link_libraries(ceph-dencoder StdFilesystem::filesystem - ceph-common + global ${DENCODER_EXTRALIBS} cls_log_client cls_version_client -- 2.39.5