From: Ethan Smith Date: Sun, 9 Jan 2022 10:58:59 +0000 (-0800) Subject: bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494) X-Git-Tag: v3.11.0a4~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c66414b5561c54e7a0f4bde8cc3271908ea525e;p=thirdparty%2FPython%2Fcpython.git bpo-40280: Disable epoll_create in Emscripten config.site (GH-30494) Co-authored-by: nick.pope@infogrid.io --- diff --git a/Tools/wasm/config.site-wasm32-emscripten b/Tools/wasm/config.site-wasm32-emscripten index 67304be060b5..b291c802e1e4 100644 --- a/Tools/wasm/config.site-wasm32-emscripten +++ b/Tools/wasm/config.site-wasm32-emscripten @@ -33,7 +33,7 @@ ac_cv_lib_bz2_BZ2_bzCompress=no # The rest is based on pyodide # https://github.com/pyodide/pyodide/blob/main/cpython/pyconfig.undefs.h -ac_cv_func_epoll=no +ac_cv_func_epoll_create=no ac_cv_func_epoll_create1=no ac_cv_header_linux_vm_sockets_h=no ac_cv_func_socketpair=no