Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] prevent selecting portmap when rpcbind is selected.
@ 2014-06-15 13:05 Sagaert Johan
  2014-06-29 16:20 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2014-06-15 13:05 UTC (permalink / raw)
  To: buildroot

portmap and rpcbind must not be selected at the same time.
Users should use rpcbind in favor of the deprecated portmap. 

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/portmap/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/portmap/Config.in b/package/portmap/Config.in
index fa7eaf1..f17d9aa 100644
--- a/package/portmap/Config.in
+++ b/package/portmap/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PORTMAP
 	bool "portmap"
 	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+	depends on !BR2_PACKAGE_RPCBIND
 	help
 	  The standard portmapper for RPC services.
 
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-29 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-15 13:05 [Buildroot] [PATCH 1/1] prevent selecting portmap when rpcbind is selected Sagaert Johan
2014-06-29 16:20 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox