winsock 2 fixes

This commit is contained in:
Daniel Stenberg 2001-09-25 07:55:19 +00:00
parent 4d2cb8b32a
commit 8d16b2b119
2 changed files with 4 additions and 5 deletions

View file

@ -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