File: libboost1.90.patch

package info (click to toggle)
berkeley-express 1.5.3%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,788 kB
  • sloc: cpp: 4,785; sh: 65; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: 2026-02-22
Bug-Debian: https://bugs.debian.org/1127174
Description: Libboost1.90 has no system module any more

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,6 @@ set(Boost_USE_STATIC_LIBS OFF)
 find_package(Boost 1.39
     COMPONENTS
         thread
-   	system
     	filesystem
     	program_options
     	date_time