aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.m32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-25 07:55:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-25 07:55:19 +0000
commit8d16b2b119929310da830a7b8ad19b1bbc41031d (patch)
treee7d4af0ebee96e37288f55fda9d1c4d2b369592e /src/Makefile.m32
parent4d2cb8b32aa7dbd2607a522ee63193c151665766 (diff)
winsock 2 fixes
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r--src/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index e840d12a2..aadf4246d 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -11,7 +11,7 @@
CC = gcc
STRIP = strip -s
-OPENSSL_PATH = ../../openssl-0.9.6
+OPENSSL_PATH = ../../openssl-0.9.6b
# We may need these someday
# PERL = perl
@@ -36,7 +36,7 @@ else
curl_DEPENDENCIES = ../lib/libcurl.a
curl_LDADD = -L../lib -lcurl
endif
-curl_LDADD += -lwsock32
+curl_LDADD += -lwsock32 -lws2_32
ifdef SSL
curl_LDADD += -L$(OPENSSL_PATH)/out -leay32 -lssl32 -lRSAglue
endif