From ee4a0a37ea2352311e30f1c63df1d1b471c30e8d Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 26 May 2018 12:58:14 -0600 Subject: [PATCH] rpc.cmsd: use TIRPC on Linux --- cde/programs/dtcm/server/Imakefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cde/programs/dtcm/server/Imakefile b/cde/programs/dtcm/server/Imakefile index 7f93b6d5..a13fe9b1 100644 --- a/cde/programs/dtcm/server/Imakefile +++ b/cde/programs/dtcm/server/Imakefile @@ -34,6 +34,11 @@ LOCAL_LIBRARIES = $(CSALIB) $(DTWIDGETLIB) $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(X -DRELMAJOR="$(OSMAJORVERSION)" \ -DRELMINOR="$(OSMINORVERSION)" +#if defined(LinuxArchitecture) +EXTRA_INCLUDES = $(TIRPCINC) +EXTRA_LIBRARIES = $(TIRPCLIB) +#endif + #ifdef RsArchitecture EXTRA_LIBRARIES = -lrpcsvc -lPW -ldiag -lc #endif -- 2.25.1