]> git.pld-linux.org Git - packages/tigervnc.git/commitdiff
- libos gets lost somewhere on its way
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 20 Apr 2011 12:04:20 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tigervnc-as-needed.patch -> 1.3

tigervnc-as-needed.patch

index af82e280ba007bdd4c9feb89d609f65a13b54804..97808848fcb76d68245d190368b9ec3cfdef3959 100644 (file)
  
  dnl This is necessary to allow Xvnc to statically link with GnuTLS
  AC_ARG_VAR(GNUTLS_LDFLAGS, [Custom linker flags for using GnuTLS, e.g. -L{GnuTLS directory}/lib -lgnutls])
+--- tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am~   2011-04-20 13:46:16.993047050 +0200
++++ tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am    2011-04-20 14:03:35.942724608 +0200
+@@ -1,11 +1,12 @@
+ TIGERVNC_SRCDIR=${top_srcdir}/../..
+ LIB_DIR=${top_builddir}/../../common
++OS_LIB=$(LIB_DIR)/os/libos.la
+ RFB_LIB=$(LIB_DIR)/rfb/librfb.la
+ RDR_LIB=$(LIB_DIR)/rdr/librdr.la $(GNUTLS_LDFLAGS)
+ NETWORK_LIB=$(LIB_DIR)/network/libnetwork.la
+ XREGION_LIB=$(LIB_DIR)/Xregion/libXregion.la
+-COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB)
++COMMON_LIBS=$(NETWORK_LIB) $(OS_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB)
+ noinst_LTLIBRARIES = libvnccommon.la
This page took 0.155102 seconds and 4 git commands to generate.