]> git.pld-linux.org Git - packages/ceph.git/blobdiff - ceph-fio.patch
Merge branch 'merge-16'
[packages/ceph.git] / ceph-fio.patch
diff --git a/ceph-fio.patch b/ceph-fio.patch
new file mode 100644 (file)
index 0000000..ed10f6d
--- /dev/null
@@ -0,0 +1,17 @@
+--- ceph-16.2.9/src/test/fio/CMakeLists.txt.orig       2022-05-18 21:51:52.000000000 +0200
++++ ceph-16.2.9/src/test/fio/CMakeLists.txt    2022-06-14 18:58:25.354554233 +0200
+@@ -35,11 +35,11 @@ if(WITH_FIO)
+ endif()
+ target_link_libraries(fio_ceph_objectstore os global)
+-install(TARGETS fio_ceph_objectstore DESTINATION lib)
++install(TARGETS fio_ceph_objectstore DESTINATION lib${LIB_SUFFIX})
+ target_link_libraries(fio_ceph_messenger os global)
+-install(TARGETS fio_ceph_messenger DESTINATION lib)
++install(TARGETS fio_ceph_messenger DESTINATION lib${LIB_SUFFIX})
+ target_link_libraries(fio_librgw os global rgw)
+-install(TARGETS fio_librgw DESTINATION lib)
++install(TARGETS fio_librgw DESTINATION lib${LIB_SUFFIX})
This page took 0.073259 seconds and 4 git commands to generate.