svn commit: trunk/uClibc/extra/Configs

aldot at uclibc.org aldot at uclibc.org
Thu Sep 25 12:51:24 UTC 2008


Author: aldot
Date: 2008-09-25 05:51:24 -0700 (Thu, 25 Sep 2008)
New Revision: 23497

Log:
- RPC support currently requires either IPv4 and/or IPv6 support


Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2008-09-25 12:23:21 UTC (rev 23496)
+++ trunk/uClibc/extra/Configs/Config.in	2008-09-25 12:51:24 UTC (rev 23497)
@@ -995,6 +995,8 @@
 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,




More information about the uClibc-cvs mailing list