File 0001-build-remove-boost-system-dependency.patch of Package srsRAN

From 7a06b6220f54dcf39106eeda62c93d68e6f8b41e Mon Sep 17 00:00:00 2001
From: Mikhail Paulyshka <me@mixaill.net>
Date: Sat, 20 Dec 2025 20:48:29 +0300
Subject: [PATCH 1/1] build: remove boost-system dependency

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2ec9ac458..d21885e488 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -263,7 +263,7 @@ set(BOOST_REQUIRED_COMPONENTS
   program_options
 )
 if(UHD_FOUND) # Ubuntu 18.04 requires component 'system' to link UHD
-  list(APPEND BOOST_REQUIRED_COMPONENTS "system")
+#  list(APPEND BOOST_REQUIRED_COMPONENTS "system")
 endif(UHD_FOUND)
 if(UNIX AND EXISTS "/usr/lib64")
   list(APPEND BOOST_LIBRARYDIR "/usr/lib64") #fedora 64-bit fix
-- 
2.52.0

openSUSE Build Service is sponsored by