mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 12:20:52 +00:00
- Fixes https://github.com/termux/termux-packages/issues/27867 - Part of `scripts-make-config.sh.patch` is now present upstream
12 lines
282 B
Diff
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"
|
|
|