summaryrefslogtreecommitdiff
path: root/0006-src-blk-CMakeLists.txt.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 01:51:57 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 01:51:57 +0000
commit9006940685aaa73e379ed22e565bff7a38778e18 (patch)
treefce5864408c549b5091fcd3f19a3f745cb6769d2 /0006-src-blk-CMakeLists.txt.patch
parent2176a6d653558b061ddc0c93c2e6666554e40c66 (diff)
automatic import of cephopeneuler24.03_LTS
Diffstat (limited to '0006-src-blk-CMakeLists.txt.patch')
-rw-r--r--0006-src-blk-CMakeLists.txt.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0006-src-blk-CMakeLists.txt.patch b/0006-src-blk-CMakeLists.txt.patch
new file mode 100644
index 0000000..548f676
--- /dev/null
+++ b/0006-src-blk-CMakeLists.txt.patch
@@ -0,0 +1,11 @@
+--- ceph-16.1.0-43-g6b74fb5c/src/blk/CMakeLists.txt.orig 2021-02-01 08:16:26.719517641 -0500
++++ ceph-16.1.0-43-g6b74fb5c/src/blk/CMakeLists.txt 2021-02-01 08:16:47.810092341 -0500
+@@ -25,7 +25,7 @@
+ zoned/HMSMRDevice.cc)
+ endif()
+
+-add_library(blk ${libblk_srcs})
++add_library(blk STATIC ${libblk_srcs})
+ target_include_directories(blk PRIVATE "./")
+
+ if(HAVE_LIBAIO)