site.def: Only build C/en_US locales by default for Linux
[oweals/cde.git] / cde / config / cf / lnxLib.tmpl
index 1e4a24162fe618b54be9f92e34d7335fd126c277..244d4d2f12c8bfb19cfa2d635b05fbd7c404e61e 100644 (file)
@@ -23,7 +23,7 @@ XMULIB = -lXmu $(XLIB)
 #endif
 
 #ifndef SharedXReqs
-# define SharedXReqs $(XTOOLLIB) $(XPLIB) $(XLIB) $(LDPOSTLIBS)
+# define SharedXReqs $(XTOOLLIB) $(XLIB) $(LDPOSTLIBS)
 #endif
 
 #ifndef SharedXmReqs
@@ -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