Brian Hinz | 1ff04d1 | 2013-11-28 16:26:08 +0000 | [diff] [blame^] | 1 | diff -up tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am.ldnow tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am |
| 2 | --- tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am.ldnow 2011-10-31 09:14:40.000000000 +0100 |
| 3 | +++ tigervnc-1.2.0/unix/xserver/hw/vnc/Makefile.am 2012-08-22 15:51:47.013241342 +0200 |
| 4 | @@ -53,7 +53,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I |
| 5 | -I$(top_srcdir)/include \ |
| 6 | ${XSERVERLIBS_CFLAGS} -I$(includedir) |
| 7 | |
| 8 | -libvnc_la_LDFLAGS = -module -avoid-version |
| 9 | +libvnc_la_LDFLAGS = -module -avoid-version -Wl,-z,now |
| 10 | |
| 11 | libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS) |
| 12 | |