diff options
author | hunt <hunt> | 2005-07-27 05:48:11 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-07-27 05:48:11 +0000 |
commit | 2dc408207dad62b5c4fa35c187b9c5c4805b9248 (patch) | |
tree | 2705285c7600f75f2c04f316cd2aba16702d7a60 /systemtap.spec.in | |
parent | 895a9c5c1976404ed6861c7b2dfd1dd150eab561 (diff) | |
download | systemtap-steved-2dc408207dad62b5c4fa35c187b9c5c4805b9248.tar.gz systemtap-steved-2dc408207dad62b5c4fa35c187b9c5c4805b9248.tar.xz systemtap-steved-2dc408207dad62b5c4fa35c187b9c5c4805b9248.zip |
2005-07-26 Martin Hunt <hunt@redhat.com>
* Makefile.am (stpd_LDFLAGS): Set rpath correclty because otherwise
automake doesn't seem to get it right when binaries are in libexec subdirs.
(AM_CPPFLAGS): revert.
* systemtap.spec.in (LDFLAGS): Set libexecdir here instead.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index 58fa628c..c3f59428 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -89,7 +89,8 @@ make docs %install rm -rf ${RPM_BUILD_ROOT} -make DESTDIR=${RPM_BUILD_ROOT} install + +%makeinstall libexecdir=${RPM_BUILD_ROOT}%{_libexecdir}/systemtap %if %{bundled_elfutils} installed_elfutils=${RPM_BUILD_ROOT}%{_libdir}/%{name} |