packages: tigervnc/tigervnc-as-needed.patch (NEW) - fixed linking

baggins baggins at pld-linux.org
Sun Oct 10 20:23:02 CEST 2010


Author: baggins                      Date: Sun Oct 10 18:23:02 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed linking

---- Files affected:
packages/tigervnc:
   tigervnc-as-needed.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/tigervnc/tigervnc-as-needed.patch
diff -u /dev/null packages/tigervnc/tigervnc-as-needed.patch:1.1
--- /dev/null	Sun Oct 10 20:23:02 2010
+++ packages/tigervnc/tigervnc-as-needed.patch	Sun Oct 10 20:22:57 2010
@@ -0,0 +1,11 @@
+--- tigervnc/unix/xserver/hw/vnc/Makefile.am~	2010-10-10 19:21:55.995628470 +0200
++++ tigervnc/unix/xserver/hw/vnc/Makefile.am	2010-10-10 19:31:28.183628470 +0200
+@@ -35,7 +35,7 @@
+ 	-I$(top_srcdir)/include -I$(includedir)/pixman-1 -I$(includedir)
+ 
+ Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \
+-	$(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lX11
++	$(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lX11 -lpthread
+ 
+ Xvnc_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
+ 
================================================================


More information about the pld-cvs-commit mailing list