summaryrefslogtreecommitdiff
blob: 3eaa3bb2dc6e3a0010bbf44c8723e908ce8ab9ef (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gnome-pty-helper/Makefile.am	2006-06-13 21:36:27.000000000 -0500
+++ gnome-pty-helper/Makefile.am	2006-06-13 21:37:08.000000000 -0500
@@ -1,7 +1,7 @@
 libexec_PROGRAMS = gnome-pty-helper
 
 AM_CFLAGS = $(GLIB_CFLAGS)
-AM_LDFLAGS = $(LDFLAGS) $(GLIB_LIBS)
+AM_LDFLAGS = -Wl,-z,now $(LDFLAGS) $(GLIB_LIBS)
 
 gnome_pty_helper_SOURCES = \
 	gnome-pty.h \