From: Soumya Koduri Date: Wed, 27 Apr 2022 09:24:46 +0000 (+0530) Subject: rgw/dbstore: Fix build errors on centos9 X-Git-Tag: v17.2.4~213^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46915%2Fhead;p=ceph.git rgw/dbstore: Fix build errors on centos9 Signed-off-by: Soumya Koduri (cherry picked from commit fc1008a15bc9f7c37330e613f7c81680bc5605fc) --- diff --git a/src/rgw/store/dbstore/CMakeLists.txt b/src/rgw/store/dbstore/CMakeLists.txt index 143ede3c094..2af2638c0a9 100644 --- a/src/rgw/store/dbstore/CMakeLists.txt +++ b/src/rgw/store/dbstore/CMakeLists.txt @@ -23,6 +23,7 @@ set(link_targets spawn) if(WITH_JAEGER) list(APPEND link_targets ${jaeger_base}) endif() +list(APPEND link_targets rgw_common) target_link_libraries(dbstore_lib PUBLIC ${link_targets}) set (CMAKE_LINK_LIBRARIES ${CMAKE_LINK_LIBRARIES} dbstore_lib)