]> git.pld-linux.org Git - packages/ceph.git/blame - ceph-liburing.patch
- updated to 17.2.7
[packages/ceph.git] / ceph-liburing.patch
CommitLineData
682d6dd5
JB
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.512015 seconds and 4 git commands to generate.