1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Revert "Enable the use of the TIRPC library on Linux."

This reverts commit 8a8619bfa8.

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.
This commit is contained in:
Jon Trulson 2013-05-27 19:34:08 -06:00
parent 006dbc0e33
commit 1d8f86a6ba

View 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.
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.
#define HasTIRPCLib YES
#ifndef HasTIRPCLib
# define HasTIRPCLib NO
#endif
#if HasTIRPCLib
TIRPCLIB = -ltirpc