summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-01 17:31:26 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-01 17:31:26 -0400
commit8730f3776c97c4f40681e7ddcd6143363dc4a35e (patch)
tree658c26ad466f2966948e0128da08073a6230f121 /Makefile.am
parentee6ce753f583e660e4c974ec7ea2b7fe91b46912 (diff)
downloadsystemtap-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 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index dd53d87f..4eb1335b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,10 +63,10 @@ git_version.h:
stap_CXXFLAGS = $(AM_CXXFLAGS)
stap_CPPFLAGS = $(AM_CPPFLAGS)
-stap_LDFLAGS = $(AM_LDFLAGS)
-
+stap_LDFLAGS = $(AM_LDFLAGS) @PIELDFLAGS@
+staprun_LDFLAGS = $(AM_LDFLAGS) @PIELDFLAGS@
stapio_CPPFLAGS = $(AM_CPPFLAGS)
-stapio_LDFLAGS = $(AM_LDFLAGS)
+stapio_LDFLAGS = $(AM_LDFLAGS) @PIELDFLAGS@
if BUILD_ELFUTILS
# This tells automake's "make distcheck" what we need to compile.