Last change
on this file since 94130 was 87153, checked in by vboxsync, 4 years ago |
curl: Corrected VBOX-README and new config file as we disable threads, rather than enable them. bugref:9898
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | This is libcurl. Only the include & the lib folders are taken from the
|
---|
2 | distribution. See http://curl.haxx.se/libcurl/ for more info. We need a valid
|
---|
3 | lib/config.h to build the static library. On the UNIX platforms the
|
---|
4 | lib/config.h can be generated by using the following configure statement:
|
---|
5 |
|
---|
6 | ./configure --enable-http --enable-ftp --enable-file --enable-proxy --disable-pthreads --enable-nonblocking --enable-verbose --disable-ares --disable-manual --disable-ldap --disable-ldaps --disable-sspi --enable-crypto-auth --enable-cookies --without-libssh2 --without-nss --without-libidn --without-ca-path --without-gnutls
|
---|
7 |
|
---|
8 | On Windows-x86 the file lib/config-win32.h has been used as an initial template.
|
---|
9 |
|
---|
10 | Place this file, Makefile.kmk & the config files in the form
|
---|
11 | config.h.TARGET.TARGET_ARCH in this directory after an update.
|
---|
12 |
|
---|
13 | 2019/03/18:
|
---|
14 |
|
---|
15 | Updated to cURL 7.64.0.
|
---|
16 | Downloaded from https://curl.haxx.se/download/
|
---|
17 |
|
---|
18 |
|
---|
19 | 2018/11/30:
|
---|
20 |
|
---|
21 | Updated to cURL 7.62.0.
|
---|
22 |
|
---|
23 |
|
---|
24 | 2017/12/14:
|
---|
25 |
|
---|
26 | Updated to cURL 7.57.0. Applied the diff against the previous version and fixed. The config.h.* files were manually updated but not regenerated. Tested by setting Version.kmk to an old version and running an update check in the GUI.
|
---|
27 |
|
---|
28 |
|
---|
29 | 2015/05/04:
|
---|
30 |
|
---|
31 | Updated to cURL 7.42.1.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.