summaryrefslogtreecommitdiff
path: root/sys-cluster/ceph/files/ceph-17.2.6-link-boost-context.patch
blob: 24f3fe796aac98c9bdd41141197b16cee8ae5469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/neorados/CMakeLists.txt b/src/neorados/CMakeLists.txt
index c66043ac9f9..4b1013d26b7 100644
--- a/src/neorados/CMakeLists.txt
+++ b/src/neorados/CMakeLists.txt
@@ -11,7 +11,7 @@ add_library(libneorados STATIC
   $<TARGET_OBJECTS:neorados_api_obj>
   $<TARGET_OBJECTS:neorados_objs>)
 target_link_libraries(libneorados PRIVATE
-  osdc ceph-common cls_lock_client fmt::fmt
+  osdc ceph-common cls_lock_client fmt::fmt Boost::context
   ${BLKID_LIBRARIES} ${CRYPTO_LIBS} ${EXTRALIBS})
 
 # if(ENABLE_SHARED)