commit: ad20f0bba7a59b6854685f0f8170074235396377 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu May 5 18:27:35 2022 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Thu May 5 22:51:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad20f0bb
sys-cluster/ceph: remove unused patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25335 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> .../ceph/files/ceph-17.2.0-boost-1.74.patch | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/sys-cluster/ceph/files/ceph-17.2.0-boost-1.74.patch b/sys-cluster/ceph/files/ceph-17.2.0-boost-1.74.patch deleted file mode 100644 index 8fa7330520d8..000000000000 --- a/sys-cluster/ceph/files/ceph-17.2.0-boost-1.74.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 722b4303b1986ce93744af5baeecde7681d8e347 Mon Sep 17 00:00:00 2001 -From: Casey Bodley <[email protected]> -Date: Mon, 25 Jan 2021 13:08:35 -0500 -Subject: [PATCH] cmake: boost>=1.74 adds BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT - to radosgw - -Fixes: https://tracker.ceph.com/issues/48988 - -Signed-off-by: Casey Bodley <[email protected]> ---- - src/rgw/CMakeLists.txt | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt -index 1b8cb81b8f2c1..12b42e4077f5a 100644 ---- a/src/rgw/CMakeLists.txt -+++ b/src/rgw/CMakeLists.txt -@@ -1,3 +1,7 @@ -+if(Boost_VERSION VERSION_GREATER_EQUAL 1.74) -+ add_definitions(-DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT) -+endif() -+ - add_custom_target(civetweb_h - COMMAND ${CMAKE_COMMAND} -E make_directory - "${CMAKE_BINARY_DIR}/src/include/civetweb"
