diff options
author | fanquake <fanquake@gmail.com> | 2021-05-17 11:31:14 +1000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-05-18 10:19:10 +0800 |
commit | f152c1ac66bfe5c77d947d5c99ce5da3a88797fa (patch) | |
tree | a00a997ef97976688882b3d9cef103057f54cc5f /depends/patches | |
parent | 6d1d33d33491a98bb0dbf64ea7e4743200e71474 (diff) |
build: libevent 2.1.12-stable
Diffstat (limited to 'depends/patches')
-rw-r--r-- | depends/patches/libevent/0001-fix-windows-getaddrinfo.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/depends/patches/libevent/0001-fix-windows-getaddrinfo.patch b/depends/patches/libevent/0001-fix-windows-getaddrinfo.patch deleted file mode 100644 index a98cd90bd5..0000000000 --- a/depends/patches/libevent/0001-fix-windows-getaddrinfo.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur libevent-2.1.8-stable.orig/configure.ac libevent-2.1.8-stable/configure.ac ---- libevent-2.1.8-stable.orig/configure.ac 2017-01-29 17:51:00.000000000 +0000 -+++ libevent-2.1.8-stable/configure.ac 2020-03-07 01:11:16.311335005 +0000 -@@ -389,6 +389,10 @@ - #ifdef HAVE_NETDB_H - #include <netdb.h> - #endif -+#ifdef _WIN32 -+#include <winsock2.h> -+#include <ws2tcpip.h> -+#endif - ]], - [[ - getaddrinfo; -Only in libevent-2.1.8-stable: configure.ac~ |