You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tigervnc11-gethomedir.patch 889B

1234567891011121314151617181920
  1. diff -up tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am.gethomedir tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am
  2. --- tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am.gethomedir 2011-03-22 10:53:05.206429397 +0100
  3. +++ tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am 2011-03-22 10:53:30.550388457 +0100
  4. @@ -5,6 +5,7 @@ RFB_LIB=$(LIB_DIR)/rfb/librfb.la
  5. RDR_LIB=$(LIB_DIR)/rdr/librdr.la $(GNUTLS_LDFLAGS)
  6. NETWORK_LIB=$(LIB_DIR)/network/libnetwork.la
  7. XREGION_LIB=$(LIB_DIR)/Xregion/libXregion.la
  8. +OS_LIB=$(LIB_DIR)/os/libos.la
  9. COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB)
  10. noinst_LTLIBRARIES = libvnccommon.la
  11. @@ -52,7 +53,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I
  12. libvnc_la_LDFLAGS = -module -avoid-version -Wl,-z,now
  13. -libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS)
  14. +libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS) $(OS_LIB)
  15. EXTRA_DIST = Xvnc.man