summaryrefslogtreecommitdiff
path: root/sys-cluster/ceph/files/ceph-17.2.0-install-dbstore.patch
blob: e50030071c81a40f82c3e7320a2b686494e5a172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/rgw/store/dbstore/CMakeLists.txt b/src/rgw/store/dbstore/CMakeLists.txt
index 143ede3c094..204ef653010 100644
--- a/src/rgw/store/dbstore/CMakeLists.txt
+++ b/src/rgw/store/dbstore/CMakeLists.txt
@@ -24,6 +24,7 @@ if(WITH_JAEGER)
   list(APPEND link_targets ${jaeger_base})
 endif()
 target_link_libraries(dbstore_lib PUBLIC ${link_targets})
+install(TARGETS dbstore_lib DESTINATION ${CMAKE_INSTALL_LIBDIR})
 
 set (CMAKE_LINK_LIBRARIES ${CMAKE_LINK_LIBRARIES} dbstore_lib)