diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-01 17:31:26 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-05-01 17:31:26 -0400 |
commit | 8730f3776c97c4f40681e7ddcd6143363dc4a35e (patch) | |
tree | 658c26ad466f2966948e0128da08073a6230f121 /doc | |
parent | ee6ce753f583e660e4c974ec7ea2b7fe91b46912 (diff) | |
download | systemtap-steved-8730f3776c97c4f40681e7ddcd6143363dc4a35e.tar.gz systemtap-steved-8730f3776c97c4f40681e7ddcd6143363dc4a35e.tar.xz systemtap-steved-8730f3776c97c4f40681e7ddcd6143363dc4a35e.zip |
PR6474: use position-independent-executable security c/ld-flags for stap* binaries
tested on rhel5 i386/x86-64, fedora7 x86-64
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index efad693b..a2700d3c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -88,6 +88,7 @@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PIELDFLAGS = @PIELDFLAGS@ PROCFLAGS = @PROCFLAGS@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ |