summaryrefslogtreecommitdiffstats
path: root/systemtap.spec
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap.spec')
-rw-r--r--systemtap.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/systemtap.spec b/systemtap.spec
index 960d2e1b..3d05f8e1 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -6,6 +6,7 @@
%{!?elfutils_version: %define elfutils_version 0.127}
%{!?pie_supported: %define pie_supported 1}
%{!?with_grapher: %define with_grapher 1}
+%{!?with_boost: %define with_boost 0}
Name: systemtap
Version: 1.0
@@ -23,6 +24,10 @@ Requires: kernel >= 2.6.9-11
%if %{with_sqlite}
BuildRequires: sqlite-devel
%endif
+# Needed for libstd++ < 4.0, without <tr1/memory>
+%if %{with_boost}
+BuildRequires: boost-devel
+%endif
%if %{with_crash}
BuildRequires: crash-devel zlib-devel
%endif