diff options
author | Tim Waugh <twaugh@redhat.com> | 2015-02-24 15:59:03 +0000 |
---|---|---|
committer | Tim Waugh <twaugh@redhat.com> | 2015-02-26 14:30:01 +0000 |
commit | 2d02ff32b7239e05763cf6217ee7c4ab1a14bdc8 (patch) | |
tree | 8970767a8b8ad4950aff17e3223597970d56a41b /unix | |
parent | c67778faf65c3ddbb8692188fdeac30f7ec79963 (diff) | |
download | tigervnc-2d02ff32b7239e05763cf6217ee7c4ab1a14bdc8.tar.gz tigervnc-2d02ff32b7239e05763cf6217ee7c4ab1a14bdc8.zip |
Link libvnc.so with '-z now' to make symbol resolution failures obvious.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/xserver/hw/vnc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am index ab8becbd..7940f1b6 100644 --- a/unix/xserver/hw/vnc/Makefile.am +++ b/unix/xserver/hw/vnc/Makefile.am @@ -62,7 +62,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I$(TIGERVNC_SRCDIR)/common -UHAVE_CONFIG_ -I$(top_srcdir)/include \ ${XSERVERLIBS_CFLAGS} -I$(includedir) -libvnc_la_LDFLAGS = -module -avoid-version +libvnc_la_LDFLAGS = -module -avoid-version -Wl,-z,now libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS) |