When compiling libcsa make sure it's linked against Xt at library compile
time. Prevents issues when programs that link against libcsa can't find Xt symbols even when linked with -lXt
This commit is contained in:
@@ -34,4 +34,8 @@ XMULIB = -lXmu $(XLIB)
|
|||||||
# define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
# define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SharedCsaReqs
|
||||||
|
# define SharedCsaReqs -lXt
|
||||||
|
#endif
|
||||||
|
|
||||||
#define NoMessageCatalog
|
#define NoMessageCatalog
|
||||||
|
|||||||
Reference in New Issue
Block a user