File: no_boost_system.patch

package info (click to toggle)
skesa 2.4.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 996 kB
  • sloc: cpp: 13,399; makefile: 375; sh: 19
file content (25 lines) | stat: -rw-r--r-- 650 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Author: Andreas Tille <tille@debian.org>
Last-Update: 2026-02-17
Bug-Debian: https://bugs.debian.org/1127281
Description: Remove -lboost_system from linker

--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,6 @@ LIBS += -lngs-c++ -lncbi-vdb -lzstd \
        -lboost_regex \
        -lboost_timer \
        -lboost_chrono \
-       -lboost_system \
        -lrt -ldl -lm  -lpthread -lz
 
 %.o: %.cpp
--- a/Makefile.nongs
+++ b/Makefile.nongs
@@ -40,7 +40,6 @@ LIBS = -Wl,-Bstatic $(BOOST_LIB) \
        -lboost_regex \
        -lboost_timer \
        -lboost_chrono \
-       -lboost_system \
        -Wl,-Bdynamic -lrt -ldl -lm  -lpthread -lz
 
 %.o: %.cpp