diff options
author | roland <roland> | 2006-06-17 01:52:37 +0000 |
---|---|---|
committer | roland <roland> | 2006-06-17 01:52:37 +0000 |
commit | 9e9c67be35f6367f4728e42c0a91f7d1a60bfaf3 (patch) | |
tree | 48d84109f3e13431b62fb2b0579e2a951ef373af | |
parent | a250197ba004b8f0ca451a231eb3f7957bc508b6 (diff) | |
download | systemtap-steved-9e9c67be35f6367f4728e42c0a91f7d1a60bfaf3.tar.gz systemtap-steved-9e9c67be35f6367f4728e42c0a91f7d1a60bfaf3.tar.xz systemtap-steved-9e9c67be35f6367f4728e42c0a91f7d1a60bfaf3.zip |
2006-06-16 Roland McGrath <roland@redhat.com>
* systemtap.spec.in: Fix bundled_elfutils setting so builds can
possibly work. Add comment admonishing losers not to touch it.
-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 d536bbb2..efd308ad 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,4 +1,5 @@ -%define bundled_elfutils 0 +# Yo! DO NOT THE FOLLOWING LINE. +%define bundled_elfutils 1 %define elfutils_version 0.121 Name: systemtap |