From d050cd903d4925fa7626b8be8c2864a8e8c904ff Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Wed, 27 Apr 2022 14:54:46 +0530 Subject: [PATCH] rgw/dbstore: Fix build errors on centos9 Signed-off-by: Soumya Koduri --- src/rgw/store/dbstore/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/store/dbstore/CMakeLists.txt b/src/rgw/store/dbstore/CMakeLists.txt index 18e032b73f54f..942643046f178 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) -- 2.39.5