Merge pull request #46049 from soumyakoduri/wip-skoduri-dbstore-build

rgw/dbstore: Fix build errors on centos9
This commit is contained in:
Justin Caratzas 2022-06-30 13:37:52 -04:00 committed by GitHub
commit 3ddd517362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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)