python/hypothesis: update to 6.122.3
[oi-userland.git] / components / database / percona-server-57 / patches / 08-epoll.patch
blob7b25a088761293ee8cdfb9e16f3ac76b3bfb9835
1 Disable epoll on illumos
3 --- percona-server-5.7.31-34/extra/libevent/libevent-2.1.11-stable/CMakeLists.txt.1 2020-10-08 22:14:00.038239787 +0000
4 +++ percona-server-5.7.31-34/extra/libevent/libevent-2.1.11-stable/CMakeLists.txt 2020-10-08 22:15:37.465107609 +0000
5 @@ -837,13 +837,13 @@
6 list(APPEND SRC_CORE devpoll.c)
7 endif()
9 -if(EVENT__HAVE_EPOLL)
10 - list(APPEND SRC_CORE epoll.c)
11 -endif()
13 -if(EVENT__HAVE_EVENT_PORTS)
14 - list(APPEND SRC_CORE evport.c)
15 -endif()
16 +#if(EVENT__HAVE_EPOLL)
17 +# list(APPEND SRC_CORE epoll.c)
18 +#endif()
20 +#if(EVENT__HAVE_EVENT_PORTS)
21 +# list(APPEND SRC_CORE evport.c)
22 +#endif()
24 if (NOT EVENT__DISABLE_OPENSSL)
25 # SSL is configured in cmake/ssl.cmake
26 @@ -1202,9 +1202,9 @@
27 # Add event backends based on system introspection result.
28 set(BACKENDS "")
30 - if (EVENT__HAVE_EPOLL)
31 - list(APPEND BACKENDS EPOLL)
32 - endif()
33 +# if (EVENT__HAVE_EPOLL)
34 +# list(APPEND BACKENDS EPOLL)
35 +# endif()
37 if (EVENT__HAVE_SELECT)
38 list(APPEND BACKENDS SELECT)