mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 09:28:54 +00:00
12 lines
357 B
Diff
12 lines
357 B
Diff
--- a/scripts/make-config.sh
|
|
+++ b/scripts/make-config.sh
|
|
@@ -575,7 +575,7 @@ CXXFLAGS_PTHREAD="-pthread"
|
|
[[ -z $MACOS ]] && LDFLAGS_PTHREAD="-pthread"
|
|
|
|
# External libraries
|
|
-LDLIBS="$LDLIBS -lpthread"
|
|
+LDLIBS="$LDLIBS -lc++_shared"
|
|
[[ -n $NETBSD ]] && LDLIBS="$LDLIBS -lstdc++fs"
|
|
[[ -z $MACOS$OPENBSD ]] && LDLIBS="$LDLIBS -lrt"
|
|
LDLIBS="$LDLIBS -lm"
|