From 79374c01facc6eccbea4d59eeff0ae36690ccf09 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 24 Aug 2025 20:18:31 -0700 Subject: Disable illumos event ports until we can debug them. --- src/platform/posix/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/platform') diff --git a/src/platform/posix/CMakeLists.txt b/src/platform/posix/CMakeLists.txt index ace04284..e8e89e1c 100644 --- a/src/platform/posix/CMakeLists.txt +++ b/src/platform/posix/CMakeLists.txt @@ -65,7 +65,8 @@ if (NNG_PLATFORM_POSIX) nng_check_struct_member(msghdr msg_control sys/socket.h NNG_HAVE_MSG_CONTROL) nng_check_sym(eventfd sys/eventfd.h NNG_HAVE_EVENTFD) nng_check_sym(kqueue sys/event.h NNG_HAVE_KQUEUE) - nng_check_sym(port_create port.h NNG_HAVE_PORT_CREATE) + # Disabling illumos PORTs until we get a chance to fix them. + # nng_check_sym(port_create port.h NNG_HAVE_PORT_CREATE) nng_check_sym(epoll_create sys/epoll.h NNG_HAVE_EPOLL) nng_check_sym(epoll_create1 sys/epoll.h NNG_HAVE_EPOLL_CREATE1) nng_check_sym(poll poll.h NNG_HAVE_POLL) -- cgit v1.2.3-70-g09d2