aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-22 22:02:14 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-23 04:44:33 +1000
commit943f901342dc85741b1a7e84758c0f50a964c68d (patch)
tree655b2890a0c379a9fc417c52eb9731d29ef7750d
parentd680f769d003a19f51158a689e6039d650a3efe0 (diff)
downloadbusybox-w32-943f901342dc85741b1a7e84758c0f50a964c68d.tar.gz
busybox-w32-943f901342dc85741b1a7e84758c0f50a964c68d.tar.bz2
busybox-w32-943f901342dc85741b1a7e84758c0f50a964c68d.zip
trylink: link with ws2_32, required by MinGW compatibility layer
-rwxr-xr-xscripts/trylink1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/trylink b/scripts/trylink
index 52931b01c..63132eda9 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -10,6 +10,7 @@ try() {
10 && { rm busybox_ld.err; exit 0; } 10 && { rm busybox_ld.err; exit 0; }
11} 11}
12 12
13try "-lws2_32" "$@"
13try "" "$@" 14try "" "$@"
14try "-lm" "$@" 15try "-lm" "$@"
15try "-lcrypt" "$@" 16try "-lcrypt" "$@"