mirror of
https://github.com/curl/curl.git
synced 2026-04-15 08:41:40 +03:00
static SSL windows builds: add more libs to the link
Starting with some recent OpenSSL versions (1.0.0e was mentioned) linking with a static openssl requires a set of more libs to be linked on Windows. Thanks also to Steve Holme and Martin Storsj for additional feedback. Bug: http://curl.haxx.se/mail/lib-2011-12/0063.html Reported by: Ward Willats
This commit is contained in:
parent
2b24dd870e
commit
9dbe6565d4
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ SSL_LIBS = libeay32.lib ssleay32.lib
|
|||
USE_SSL = true
|
||||
SSL=dll
|
||||
!ELSEIF "$(WITH_SSL)"=="static"
|
||||
SSL_LIBS = libeay32.lib ssleay32.lib
|
||||
SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib advapi32.lib
|
||||
USE_SSL = true
|
||||
SSL=static
|
||||
!ENDIF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue