3 Star 0 Fork 11

OpenCloudOS Stream/ceph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0018-src-rgw-store-dbstore-CMakeLists.txt.patch 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZoeDong 提交于 2023-08-17 19:29 . Bump version to 18.2.0
diff -Naur ceph-18.2.0.orig/src/rgw/driver/dbstore/CMakeLists.txt ceph-18.2.0/src/rgw/driver/dbstore/CMakeLists.txt
--- ceph-18.2.0.orig/src/rgw/driver/dbstore/CMakeLists.txt 2023-08-16 10:39:36.118743619 +0800
+++ ceph-18.2.0/src/rgw/driver/dbstore/CMakeLists.txt 2023-08-16 10:59:23.360658393 +0800
@@ -24,7 +24,7 @@
dbstore_mgr.cc
)
-add_library(dbstore_lib ${dbstore_srcs})
+add_library(dbstore_lib STATIC ${dbstore_srcs})
target_include_directories(dbstore_lib
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw"
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw/store/rados"
@@ -49,6 +49,7 @@
# add pthread library
set (CMAKE_LINK_LIBRARIES ${CMAKE_LINK_LIBRARIES} pthread)
+set (CMAKE_LINK_LIBRARIES ${CMAKE_LINK_LIBRARIES} global)
find_package(gtest QUIET)
if(WITH_TESTS)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/ceph.git
[email protected]:opencloudos-stream/ceph.git
opencloudos-stream
ceph
ceph
master

搜索帮助