summaryrefslogtreecommitdiff
blob: a93480c9d04fe00154d50026c022c4d7f9f32b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- vte-0.11.12/gnome-pty-helper/Makefile.am.orig	2005-05-05 17:14:21.000000000 -0400
+++ vte-0.11.12/gnome-pty-helper/Makefile.am	2005-05-05 17:14:42.000000000 -0400
@@ -1,7 +1,8 @@
 libexec_PROGRAMS = gnome-pty-helper
 
 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@
-AM_LDFLAGS = @LDFLAGS@ @GLIB_LIBS@
+LAZYLDFLAGS = -Wl,-z,now
+AM_LDFLAGS = @LDFLAGS@ @GLIB_LIBS@ $(LAZYLDFLAGS)
 
 gnome_pty_helper_SOURCES = \
 	gnome-pty.h \