File: remove_boost-system.patch

package info (click to toggle)
soapyosmo 0.2.5-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,884 kB
  • sloc: cpp: 16,159; python: 11,343; xml: 263; makefile: 12; sh: 1
file content (17 lines) | stat: -rw-r--r-- 539 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Anton Gladky <gladk@debian.org>
Date: Mar, 19 2026 05:19:42 +0000
Subject: Remove boost systems
Bug-Debian: https://bugs.debian.org/1127278

Index: soapyosmo-0.2.5/CMakeLists.txt
===================================================================
--- soapyosmo-0.2.5.orig/CMakeLists.txt
+++ soapyosmo-0.2.5/CMakeLists.txt
@@ -101,7 +101,6 @@ MESSAGE(STATUS "Configuring Boost C++ Li
 # Although not required on my system, some users have linking issues without
 SET(BOOST_REQUIRED_COMPONENTS
     thread
-    system
     chrono
 )