]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/dbstore: Fix build errors on centos9
authorSoumya Koduri <skoduri@redhat.com>
Wed, 27 Apr 2022 09:24:46 +0000 (14:54 +0530)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 1 Aug 2022 20:29:34 +0000 (20:29 +0000)
Related: rhbz#2109960
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
(cherry picked from commit fc1008a15bc9f7c37330e613f7c81680bc5605fc)

src/rgw/store/dbstore/CMakeLists.txt

index 143ede3c094c9e725570714452f975b4585badd2..2af2638c0a9e5e344e3234580435e7c3e1eb25e0 100644 (file)
@@ -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)