From feaccc063f3cb4a8a4eedf6d775c3e2da06e968f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 22 Feb 2020 14:03:37 +0300 Subject: Release version 7.67.0+7 Fix cross-compiling with x86_64-w64-mingw32-gcc that fails with 'incomplete type struct pollfd' error --- curl/manifest | 2 +- libcurl/libcurl/curl_config.h | 2 +- libcurl/manifest | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/curl/manifest b/curl/manifest index 91225e1..4a1c446 100644 --- a/curl/manifest +++ b/curl/manifest @@ -1,6 +1,6 @@ : 1 name: curl -version: 7.67.0+6 +version: 7.67.0+7 summary: Command line tool for transferring data with URLs license: cURL ; MIT/X derivate license. topics: HTTP, FTP, URL, data transfer diff --git a/libcurl/libcurl/curl_config.h b/libcurl/libcurl/curl_config.h index 7fb10a7..f41ca14 100644 --- a/libcurl/libcurl/curl_config.h +++ b/libcurl/libcurl/curl_config.h @@ -206,7 +206,6 @@ */ #else # define HAVE_PROCESS_H 1 -# define HAVE_STRUCT_POLLFD 1 # define USE_WIN32_CRYPTO 1 # define HAVE_CLOSESOCKET 1 # define HAVE_IOCTLSOCKET_FIONBIO 1 @@ -325,6 +324,7 @@ #undef HAVE_BROTLI #undef EGD_SOCKET #undef DEBUGBUILD +#undef HAVE_STRUCT_POLLFD #undef HAVE_DECL_GETPWUID_R_MISSING #undef HAVE_GETPASS_R #undef HAVE_GNUTLS_ALPN_SET_PROTOCOLS diff --git a/libcurl/manifest b/libcurl/manifest index 44145c1..ba939cf 100644 --- a/libcurl/manifest +++ b/libcurl/manifest @@ -1,6 +1,6 @@ : 1 name: libcurl -version: 7.67.0+6 +version: 7.67.0+7 project: curl summary: C library for transferring data with URLs license: cURL ; MIT/X derivate license. -- cgit v1.1