]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "cmake: do not link ceph-dencoder against global" 49842/head
authorVenky Shankar <vshankar@redhat.com>
Tue, 24 Jan 2023 06:19:26 +0000 (11:49 +0530)
committerVenky Shankar <vshankar@redhat.com>
Tue, 31 Jan 2023 04:16:00 +0000 (09:46 +0530)
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 <vshankar@redhat.com>
src/tools/ceph-dencoder/CMakeLists.txt

index b40da0833ee20e44cc595b9305965c337b95963e..5cb56e1361592b76334cc984028c3e4cd1cbcc16 100644 (file)
@@ -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