diff options
Diffstat (limited to 'x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch')
-rw-r--r-- | x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch b/x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch new file mode 100644 index 0000000..3eaa3bb --- /dev/null +++ b/x11-libs/vte/files/vte-0.13.2-no-lazy-bindings.patch @@ -0,0 +1,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 \ |