From b472563d1983233bdf1c7ae63f472aa696e00342 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 14 Sep 2005 21:21:00 +0000 Subject: 2005-09-14 Roland McGrath * systemtap.spec.in: Version 0.4.1 cooked. * systemtap.spec.in: Build runpath into elfutils libs too. --- systemtap.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systemtap.spec.in') 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 -- cgit