From 8a8619bfa8a25342d898d2cc4decd7bb66b9c060 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 26 May 2013 17:47:00 -0600 Subject: [PATCH] Enable the use of the TIRPC library on Linux. This should avoid the need to run rpcbind in insecure mode. You will need to have the libtirpc-dev package, or equivalent installed. --- cde/config/cf/linux.cf | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/cde/config/cf/linux.cf b/cde/config/cf/linux.cf index c217dbdd9..b852e12e3 100644 --- a/cde/config/cf/linux.cf +++ b/cde/config/cf/linux.cf @@ -118,15 +118,11 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) #define LinuxLocaleDefines /**/ -XCOMM If you have the tirpc library on your system, and you have the -XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either -XCOMM your host.def or site.def file. Using the tirpc lib should -XCOMM allow running rpcbind in secure mode (ie: without the -i option). -XCOMM The default is NO. +XCOMM Using the tirpc lib should allow running rpcbind in secure +XCOMM mode (ie: without the -i option). Make sure you install the +XCOMM libtirpc-dev package or equivalent. -#ifndef HasTIRPCLib -# define HasTIRPCLib NO -#endif +#define HasTIRPCLib YES #if HasTIRPCLib TIRPCLIB = -ltirpc