File 0001-build-remove-boost-system-dependency.patch of Package gr-fosphor
From c610d1826622812e97fdab6971bdacd9adfe05f2 Mon Sep 17 00:00:00 2001
From: Mikhail Paulyshka <me@mixaill.net>
Date: Sat, 20 Dec 2025 18:43:44 +0300
Subject: [PATCH 1/2] build: remove boost-system dependency
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2ebef3..370b40c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -91,7 +91,7 @@ set(GR_PKG_LIBEXEC_DIR ${GR_LIBEXEC_DIR}/${CMAKE_PROJECT_NAME})
########################################################################
# Find boost
########################################################################
-find_package(Boost "1.65" COMPONENTS system chrono thread)
+find_package(Boost "1.65" COMPONENTS chrono thread)
if(NOT Boost_FOUND)
message(FATAL_ERROR "Boost required to compile gr-fosphor")
--
2.52.0