Revert "Enable the use of the TIRPC library on Linux."
authorJon Trulson <jon@radscan.com>
Tue, 28 May 2013 01:34:08 +0000 (19:34 -0600)
committerJon Trulson <jon@radscan.com>
Tue, 28 May 2013 01:34:08 +0000 (19:34 -0600)
This reverts commit 8a8619bfa8a25342d898d2cc4decd7bb66b9c060.

More work will need to be done to use tirpc on 64bit systems.  It
works 'accidentally' on 32b systems.  The issue is that tirpc
includes *must* be used, and there is some work required to properly
support this (like proper include paths, proper definition of XDR,
etc).

So for now, we revert this until that work can be completed and tested,
otherwise 64b linux builds are likely to have problems.

cde/config/cf/linux.cf

index b852e12e3993cfad4e771fa4d5d291553936c88d..c217dbdd9029570443c2466ec6e2f43935fd4d6b 100644 (file)
@@ -118,11 +118,15 @@ XCOMM binutils:  (LinuxBinUtilsMajorVersion)
 
 #define LinuxLocaleDefines     /**/
 
-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
+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
 
 #if HasTIRPCLib
 TIRPCLIB = -ltirpc