summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-22 14:03:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-22 21:59:25 +0300
commitfeaccc063f3cb4a8a4eedf6d775c3e2da06e968f (patch)
tree9ce1cb1525fa445da50b8161d6bdeaec10792008
parent74b7ddc2c14b51dd364da1ecf534c7cbef5d54da (diff)
Release version 7.67.0+7v7.67.0+7
Fix cross-compiling with x86_64-w64-mingw32-gcc that fails with 'incomplete type struct pollfd' error
-rw-r--r--curl/manifest2
-rw-r--r--libcurl/libcurl/curl_config.h2
-rw-r--r--libcurl/manifest2
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.