Files
termux-packages/packages/libtsduck/scripts-make-config.sh.patch
termux-pacman-bot 5db61ad7a8 bump(main/libtsduck): 3.43.4549
- Fixes https://github.com/termux/termux-packages/issues/27867

- Part of `scripts-make-config.sh.patch` is now present upstream
2026-01-03 08:43:34 +00:00

12 lines
282 B
Diff

--- a/scripts/make-config.sh
+++ b/scripts/make-config.sh
@@ -602,7 +604,7 @@
[[ -z $MACOS ]] && LDFLAGS_PTHREAD="-pthread"
# External libraries
-LDLIBS="$LDLIBS -lpthread"
+LDLIBS="$LDLIBS -lc++_shared"
[[ -z $MACOS$OPENBSD ]] && LDLIBS="$LDLIBS -lrt"
LDLIBS="$LDLIBS -lm"