Link tsx11 with X

François Gouget fgouget at codeweavers.com
Fri Sep 7 22:32:13 CDT 2001


   Obviously tsx11 uses X11, Xt, even GL sometimes. Yet it is not linked
with any of these libraries. This is normally ok because tsx11 is only
loaded after other libraries that are linked with X have been loaded.
Still, since it uses X it should be linked with X.

Changelog:

   François Gouget <fgouget at codeweavers.com>

 * tsx11/Makefile.in
   Link tsx11 with the X/GL libraries


-- 
François Gouget
fgouget at codeweavers.com
-------------- next part --------------
Index: tsx11/Makefile.in
===================================================================
RCS file: /home/wine/wine/tsx11/Makefile.in,v
retrieving revision 1.8
diff -u -r1.8 Makefile.in
--- tsx11/Makefile.in	2000/12/22 22:28:00	1.8
+++ tsx11/Makefile.in	2001/09/08 01:38:06
@@ -27,7 +27,7 @@
 @MAKE_RULES@
 
 libwine_tsx11.so.$(SOVERSION): $(OBJS)
-	$(LDSHARED) $(OBJS) -o $@
+	$(LDSHARED) $(OBJS) -o $@ $(EXTRALIBS)
 
 libwine_tsx11.so: libwine_tsx11.so.$(SOVERSION)
 	$(RM) $@ && $(LN_S) libwine_tsx11.so.$(SOVERSION) $@


More information about the wine-patches mailing list