Merge branch 'master' into multi-monitor

This commit is contained in:
Jon Trulson
2013-05-26 17:50:12 -06:00
2 changed files with 42 additions and 15 deletions

View 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.
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