]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-fio.patch
- updated to 15.2.16
[packages/ceph.git] / ceph-fio.patch
1 --- ceph-15.2.16/src/test/fio/CMakeLists.txt.orig       2022-06-12 19:33:32.012668509 +0200
2 +++ ceph-15.2.16/src/test/fio/CMakeLists.txt    2022-06-12 19:35:24.095394638 +0200
3 @@ -27,7 +27,7 @@ if(WITH_FIO)
4  endif()
5  
6  target_link_libraries(fio_ceph_objectstore os global)
7 -install(TARGETS fio_ceph_objectstore DESTINATION lib)
8 +install(TARGETS fio_ceph_objectstore DESTINATION lib${LIB_SUFFIX})
9  
10  target_link_libraries(fio_ceph_messenger os global)
11 -install(TARGETS fio_ceph_messenger DESTINATION lib)
12 +install(TARGETS fio_ceph_messenger DESTINATION lib${LIB_SUFFIX})
This page took 0.041401 seconds and 3 git commands to generate.