summaryrefslogtreecommitdiff
path: root/sys-cluster/ceph/files/ceph-17.2.5-link-boost-context.patch
blob: 9ebc70ecce9e367477f18a31d8541b831b0f92e1 (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/src/neorados/CMakeLists.txt b/src/neorados/CMakeLists.txt
index 3c7aee7c6fe..bda666ea95b 100644
--- a/src/neorados/CMakeLists.txt
+++ b/src/neorados/CMakeLists.txt
@@ -41,4 +41,4 @@ target_link_libraries(libneorados PRIVATE
 # install(TARGETS libneorados DESTINATION ${CMAKE_INSTALL_LIBDIR})
 add_library(neorados_cls_fifo STATIC cls/fifo.cc)
 target_link_libraries(neorados_cls_fifo PRIVATE
-	libneorados ceph-common fmt::fmt)
+	libneorados ceph-common fmt::fmt Boost::context)