]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-liburing.patch
- updated to 17.2.7
[packages/ceph.git] / ceph-liburing.patch
1 --- ceph-16.2.7/cmake/modules/Finduring.cmake.orig      2021-12-07 17:15:49.000000000 +0100
2 +++ ceph-16.2.7/cmake/modules/Finduring.cmake   2022-02-16 22:00:07.850162837 +0100
3 @@ -5,7 +5,7 @@
4  # uring_FOUND - True if uring found.
5  
6  find_path(URING_INCLUDE_DIR liburing.h)
7 -find_library(URING_LIBRARIES liburing.a liburing)
8 +find_library(URING_LIBRARIES uring)
9  
10  include(FindPackageHandleStandardArgs)
11  find_package_handle_standard_args(uring DEFAULT_MSG URING_LIBRARIES URING_INCLUDE_DIR)
This page took 0.020262 seconds and 3 git commands to generate.