When compiling libcsa make sure it's linked against Xt at library compile
authorPeter Howkins <peter@azmaria.(none)>
Wed, 11 Apr 2012 15:52:34 +0000 (16:52 +0100)
committerPeter Howkins <peter@azmaria.(none)>
Wed, 11 Apr 2012 15:52:34 +0000 (16:52 +0100)
time. Prevents issues when programs that link against libcsa can't find
Xt symbols even when linked with -lXt

cde/config/cf/lnxLib.tmpl

index d41c697542221deeb2edb2bea50f3293d84ba589..8d77490da84492ce5f3dc6a357b4ff3aff815d93 100644 (file)
@@ -34,4 +34,8 @@ XMULIB = -lXmu $(XLIB)
 # define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
 #endif
 
+#ifndef SharedCsaReqs
+# define SharedCsaReqs -lXt
+#endif
+
 #define NoMessageCatalog