Bladeren bron

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

Bernhard Reutner-Fischer 18 jaren geleden
bovenliggende
commit
63a9972bed
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      extra/Configs/Config.in

+ 2 - 0
extra/Configs/Config.in

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