diff options
author | roland <roland> | 2005-09-14 21:21:00 +0000 |
---|---|---|
committer | roland <roland> | 2005-09-14 21:21:00 +0000 |
commit | b472563d1983233bdf1c7ae63f472aa696e00342 (patch) | |
tree | 197222b6024ea987b09f380b4fe8c6f7a62f9ae3 | |
parent | 89ad3fb09bc48bb77aa1dd16af52720aff51ca68 (diff) | |
download | systemtap-steved-b472563d1983233bdf1c7ae63f472aa696e00342.tar.gz systemtap-steved-b472563d1983233bdf1c7ae63f472aa696e00342.tar.xz systemtap-steved-b472563d1983233bdf1c7ae63f472aa696e00342.zip |
2005-09-14 Roland McGrath <roland@redhat.com>
* systemtap.spec.in: Version 0.4.1 cooked.
* systemtap.spec.in: Build runpath into elfutils libs too.
-rw-r--r-- | systemtap.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index f67fd87f..10909b7b 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -59,6 +59,8 @@ cat > configure <<\EOF exec ../elfutils-%{elfutils_version}/configure "$@" EOF chmod +x configure +LDFLAGS=-Wl,--enable-new-dtags,-rpath,%{_libdir}/%{name} +export LDFLAGS %configure --enable-libebl-subdir=%{name} make %{?_smp_mflags} for dir in libelf libebl libdw libdwfl; do |