This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 3efbed1f2 system/libuv/Kconfig: depends on CONFIG_PIPES
3efbed1f2 is described below
commit 3efbed1f27374a65b88a3715d549cf411c4bd386
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Tue Dec 17 14:00:44 2024 +0900
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 da6187a2e..6b2caf7ef 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