linux.cf: with fds_bits fixes, stop using _POSIX_C_SOURCE=199309L and _XOPEN_SOURCE...
[oweals/cde.git] / cde / config / cf / lnxLib.tmpl
index 1e4a24162fe618b54be9f92e34d7335fd126c277..6a7327915641062298f0a6fd870ea74868fe80b8 100644 (file)
@@ -39,9 +39,13 @@ XMULIB = -lXmu $(XLIB)
 #endif
 
 #ifndef SharedCsaReqs
-# define SharedCsaReqs -lXt
+# define SharedCsaReqs -lXt $(TIRPCLIB)
 #endif
 
 #ifndef SharedDtHelpReqs
 # define SharedDtHelpReqs -ljpeg
 #endif
+
+#ifndef SharedDtSearchReqs
+# define SharedDtSearchReqs -lm
+#endif