commit | 2d02ff32b7239e05763cf6217ee7c4ab1a14bdc8 | [log] [tgz] |
---|---|---|
author | Tim Waugh <twaugh@redhat.com> | Tue Feb 24 15:59:03 2015 +0000 |
committer | Tim Waugh <twaugh@redhat.com> | Thu Feb 26 14:30:01 2015 +0000 |
tree | 8970767a8b8ad4950aff17e3223597970d56a41b | |
parent | c67778faf65c3ddbb8692188fdeac30f7ec79963 [diff] |
Link libvnc.so with '-z now' to make symbol resolution failures obvious.
diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am index ab8becb..7940f1b 100644 --- a/unix/xserver/hw/vnc/Makefile.am +++ b/unix/xserver/hw/vnc/Makefile.am
@@ -62,7 +62,7 @@ -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)