OSDN Git Service

- RPC support currently requires either IPv4 and/or IPv6 support
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Sep 2008 12:51:24 +0000 (12:51 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Sep 2008 12:51:24 +0000 (12:51 -0000)
extra/Configs/Config.in

index c7b56b5..87cd21a 100644 (file)
@@ -995,6 +995,8 @@ config UCLIBC_HAS_IPV6
 config UCLIBC_HAS_RPC
        bool "Remote Procedure Call (RPC) support"
        default n
+       # RPC+socket-ipvX doesn't currently work.
+       depends on UCLIBC_HAS_IPV4 || UCLIBC_HAS_IPV6
        help
          If you want to include RPC support, enable this.  RPC is rarely used
          for anything except for the NFS filesystem.  Unless you plan to use NFS,