From 7f84c247d785ee6cf377446f11988c8b91f16805 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 17 Dec 2024 14:00:44 +0900 Subject: [PATCH] system/libuv/Kconfig: depends on CONFIG_PIPES libuv unconditionally uses pipe(). Fixes: https://github.com/apache/nuttx/issues/14773 --- system/libuv/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/system/libuv/Kconfig b/system/libuv/Kconfig index da6187a2ed2..6b2caf7eff9 100644 --- a/system/libuv/Kconfig +++ b/system/libuv/Kconfig @@ -6,6 +6,7 @@ config LIBUV bool "libuv asynchronous I/O Library" default n + depends on PIPES ---help--- Enable build for libuv asynchronous I/O Library