summaryrefslogtreecommitdiff
path: root/sys-cluster/ceph/files/ceph-17.2.6-link-boost-context.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-12 05:40:29 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-12 05:40:29 +0100
commit81663ab80e0e0c5839b216934509b6bcbf08429a (patch)
tree9592fd7a67715f7e35d669ab58594078bfe4a7f7 /sys-cluster/ceph/files/ceph-17.2.6-link-boost-context.patch
parent7d040c2d1b0c38c8635ec28dfaa632a2db8be895 (diff)
gentoo auto-resync : 12:04:2023 - 05:40:28
Diffstat (limited to 'sys-cluster/ceph/files/ceph-17.2.6-link-boost-context.patch')
-rw-r--r--sys-cluster/ceph/files/ceph-17.2.6-link-boost-context.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-cluster/ceph/files/ceph-17.2.6-link-boost-context.patch b/sys-cluster/ceph/files/ceph-17.2.6-link-boost-context.patch
new file mode 100644
index 000000000000..24f3fe796aac
--- /dev/null
+++ b/sys-cluster/ceph/files/ceph-17.2.6-link-boost-context.patch
@@ -0,0 +1,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)