[Gambas-user] ecompiling error gambas on curl << 7.19 solved with patch
Benoît Minisini
gambas at ...1...
Wed Aug 10 19:10:14 CEST 2016
Le 17/07/2016 21:45, PICCORO McKAY Lenz a écrit :
> sorry here the patch
>
> --- gambas3-3.4.0.orig/gb.net.curl/src/CNet.c
> +++ gambas3-3.4.0/gb.net.curl/src/CNet.c
> @@ -38,6 +38,15 @@
> #ifndef CURLE_FTP_BAD_FILE_LIST
> #define CURLE_FTP_BAD_FILE_LIST 87
> #endif
> +#ifndef CURLE_SSL_CRL_BADFILE
> +#define CURLE_SSL_CRL_BADFILE 82 /* was on 7.19.0 */
> +#endif
> +#ifndef CURLAUTH_DIGEST_IE
> +#define CURLAUTH_DIGEST_IE (1<<4) /* Digest with IE flavour */
> +#endif
> +#ifndef CURLE_SSL_ISSUER_ERROR
> +#define CURLE_SSL_ISSUER_ERROR 83
> +#endif
> #ifndef CURLE_CHUNK_FAILED
> #define CURLE_CHUNK_FAILED 88
> #endif
>
Thanks. Merged in revision #7832.
Regards,
--
Benoît Minisini
More information about the User
mailing list