]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-fio.patch
boost rebuild
[packages/ceph.git] / ceph-fio.patch
1 --- ceph-12.2.13/src/test/fio/fio_ceph_objectstore.cc.orig      2020-01-30 21:52:36.000000000 +0100
2 +++ ceph-12.2.13/src/test/fio/fio_ceph_objectstore.cc   2020-05-31 08:19:04.978377543 +0200
3 @@ -340,7 +340,7 @@
4    }
5  };
6  
7 -int fio_ceph_os_queue(thread_data* td, io_u* u)
8 +fio_q_status fio_ceph_os_queue(thread_data* td, io_u* u)
9  {
10    fio_ro_check(td, u);
11  
12 --- ceph-12.2.13/src/test/fio/CMakeLists.txt.orig       2020-01-30 21:52:36.000000000 +0100
13 +++ ceph-12.2.13/src/test/fio/CMakeLists.txt    2020-06-05 06:18:00.642074789 +0200
14 @@ -15,4 +15,4 @@
15  endif()
16  
17  target_link_libraries(fio_ceph_objectstore os global)
18 -install(TARGETS fio_ceph_objectstore DESTINATION lib)
19 +install(TARGETS fio_ceph_objectstore DESTINATION lib${LIB_SUFFIX})
This page took 0.074763 seconds and 3 git commands to generate.