1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 17:19:45 +00:00
termux-packages/packages/libtsduck/Makefile.inc.patch
2024-04-24 09:58:34 +03:00

12 lines
324 B
Diff

--- a/Makefile.inc
+++ b/Makefile.inc
@@ -559,7 +559,7 @@ LDFLAGS_PTHREAD = $(if $(MACOS),,-pthread)
# External libraries
-LDLIBS += -lpthread $(if $(MACOS)$(OPENBSD),,-lrt) -lm
+LDLIBS += -lc++_shared -lm
# Global compilation flags.
# Additional flags can be passed on the "make" command line using xxFLAGS_EXTRA.