From 4c76c81e625d41334586e8c95690878732fad65b 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 Related: rhbz#2109960 Signed-off-by: Soumya Koduri (cherry picked from commit fc1008a15bc9f7c37330e613f7c81680bc5605fc) --- 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 143ede3c094c9..2af2638c0a9e5 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