diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:51:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:51:57 +0000 |
commit | 9006940685aaa73e379ed22e565bff7a38778e18 (patch) | |
tree | fce5864408c549b5091fcd3f19a3f745cb6769d2 /0007-src-test-neorados-CMakeLists.txt.patch | |
parent | 2176a6d653558b061ddc0c93c2e6666554e40c66 (diff) |
automatic import of cephopeneuler24.03_LTS
Diffstat (limited to '0007-src-test-neorados-CMakeLists.txt.patch')
-rw-r--r-- | 0007-src-test-neorados-CMakeLists.txt.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/0007-src-test-neorados-CMakeLists.txt.patch b/0007-src-test-neorados-CMakeLists.txt.patch new file mode 100644 index 0000000..a160f38 --- /dev/null +++ b/0007-src-test-neorados-CMakeLists.txt.patch @@ -0,0 +1,11 @@ +--- ceph-16.1.0-43-g6b74fb5c/src/test/neorados/CMakeLists.txt.orig 2021-02-01 08:25:18.006965821 -0500 ++++ ceph-16.1.0-43-g6b74fb5c/src/test/neorados/CMakeLists.txt 2021-02-01 08:25:34.244407147 -0500 +@@ -19,7 +19,7 @@ + target_link_libraries(ceph_test_neorados_op_speed + libneorados fmt::fmt ${unittest_libs}) + +-add_library(neoradostest-support common_tests.cc) ++add_library(neoradostest-support STATIC common_tests.cc) + target_link_libraries(neoradostest-support + libneorados fmt::fmt) + |