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
|