This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/12.8
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/releases/12.8 by this push:
     new 114c01cb2 system/libuv/Kconfig: depends on CONFIG_PIPES
114c01cb2 is described below

commit 114c01cb2288c8fc8b1e30bb245085313a3c8505
Author: YAMAMOTO Takashi <yamam...@midokura.com>
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
 

Reply via email to