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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-05-01 Frank Ch. Eigler <fche@elastic.org> + + PR 6474 + * configure.ac (--enable-pie): Add default option. + * Makefile.am (stap* binaries): Use -fpie/-z relro/-z now as + applicable. + * configure, aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated. + 2008-04-30 Masami Hiramatsu <mhiramat@redhat.com> PR 6008 |