Drop POCO_HAVE_FD_EPOLL for Emscripten

Not sure why I now suddenly needed this, too, when I recompiled Poco
for WASM (with different options than before).

Signed-off-by: Tor Lillqvist <tml@collabora.com>
Change-Id: I7221947e0cd2264535b6d34e0640b95d7cfc7cf4
pull/5882/head
Tor Lillqvist 2023-02-20 17:35:24 +02:00 committed by Tor Lillqvist
parent ad8f35462e
commit 0b74d4ead1
1 changed files with 11 additions and 0 deletions

View File

@ -29,3 +29,14 @@
#define POCO_HAVE_FD_EPOLL 1
#endif
--- poco-1.12.4-all/build/config/Linux
+++ poco-1.12.4-all/build/config/Linux
@@ -63,7 +63,7 @@
#
# System Specific Flags
#
-SYSFLAGS = -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DPOCO_HAVE_FD_EPOLL
+SYSFLAGS = -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
#
# System Specific Libraries