aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/libevent/0001-fix-windows-getaddrinfo.patch
AgeCommit message (Collapse)Author
2020-06-25depends: Patch libevent build to fix IPv6 -rpcbind on WindowsLuke Dashjr
libevent uses getaddrinfo when available, and falls back to gethostbyname Windows has both, but gethostbyname only supports IPv4 libevent fails to detect Windows's getaddrinfo due to not including the right headers This patches libevent's configure script to check it correctly