diff options
author | hairball <xhairball@gmail.com> | 2014-02-08 17:33:56 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-06-17 17:43:39 +0100 |
commit | 28e153c99d1c067a8bcbbabf3cd0c02e7150aee8 (patch) | |
tree | a78454b068373a19933fad42c3bfd62f3f231bfe /src/client | |
parent | 62d2323b93713ec9605163c30e2663e35ce9904f (diff) |
Upgrade from libcurl 7.15.5 (2006-08-07) to 7.35.0 (2014-01-29)
Note: This uses the generic curlbuild.h because it is used by multiple platforms.
A system curl would have a configure generated one.
The libraries for win32 and win64 were cross compiled with these options:
--disable-shared --enable-static --disable-ares --enable-http \
--enable-ftp --disable-ldap --disable-ldaps --disable-rtsp \
--disable-dict --disable-file --disable-telnet --disable-tftp \
--disable-pop3 --disable-imap --disable-smtp --disable-gopher \
--enable-ipv6 --without-ssl \
--disable-manual --disable-libcurl-option
This effectively enables only HTTP and FTP protocol support.
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/cl_curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_curl.h b/src/client/cl_curl.h index 53f172e4..1b3856fc 100644 --- a/src/client/cl_curl.h +++ b/src/client/cl_curl.h @@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "../qcommon/qcommon.h" #ifdef USE_LOCAL_HEADERS - #include "../libcurl/curl/curl.h" + #include "../libcurl-7.35.0/curl/curl.h" #else #include <curl/curl.h> #endif |