]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #46049 from soumyakoduri/wip-skoduri-dbstore-build
authorJustin Caratzas <jcaratza@redhat.com>
Thu, 30 Jun 2022 17:37:52 +0000 (13:37 -0400)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 17:37:52 +0000 (13:37 -0400)
rgw/dbstore: Fix build errors on centos9

1  2 
src/rgw/store/dbstore/CMakeLists.txt

index 08dbe5f6fe6756e53271ccf3166055bffed53b0e,942643046f1787fc42dea9377c6921d375365a7a..5d52b9c984c4567588819c3a73c080112b95db56
@@@ -21,8 -21,9 +21,9 @@@ target_include_directories(dbstore_lib 
  target_include_directories(dbstore_lib PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw")
  set(link_targets spawn)
  if(WITH_JAEGER)
 -  list(APPEND link_targets ${jaeger_base})
 +  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)