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:
parent
006dbc0e33
commit
1d8f86a6ba
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue