VirtualBox

Changeset 87153 in vbox


Ignore:
Timestamp:
Jan 1, 2021 9:00:52 PM (4 years ago)
Author:
vboxsync
Message:

curl: Corrected VBOX-README and new config file as we disable threads, rather than enable them. bugref:9898

Location:
trunk/src/libs/curl-7.64.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/curl-7.64.0/VBOX-README

    r85671 r87153  
    44lib/config.h can be generated by using the following configure statement:
    55
    6   ./configure --enable-http --enable-ftp --enable-file --enable-proxy  --enable-thread --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
     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
    77
    88On Windows-x86 the file lib/config-win32.h has been used as an initial template.
  • trunk/src/libs/curl-7.64.0/config.h.darwin.arm64

    r87143 r87153  
    985985
    986986/* if you want POSIX threaded DNS lookup */
    987 #define USE_THREADS_POSIX 1
     987/* #undef USE_THREADS_POSIX */
    988988
    989989/* if you want Win32 threaded DNS lookup */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette