Files
termux-packages/packages/libtsduck/Makefile.inc.patch
2024-01-07 00:27:13 +00:00

13 lines
291 B
Diff

--- a/Makefile.inc
+++ b/Makefile.inc
@@ -538,7 +538,7 @@
# External libraries
-LDLIBS += -lstdc++ -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.