Enable the use of the TIRPC library on Linux.
authorJon Trulson <jon@radscan.com>
Sun, 26 May 2013 23:47:00 +0000 (17:47 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 26 May 2013 23:47:00 +0000 (17:47 -0600)
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

index c217dbdd9029570443c2466ec6e2f43935fd4d6b..b852e12e3993cfad4e771fa4d5d291553936c88d 100644 (file)
@@ -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.
-
-#ifndef HasTIRPCLib
-# define HasTIRPCLib NO
-#endif
+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.
+
+#define HasTIRPCLib  YES
 
 #if HasTIRPCLib
 TIRPCLIB = -ltirpc