From 11e4d93865f647e9609f22e85873b2c3984a6114 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 8 Aug 2012 11:26:19 -0400 Subject: [PATCH] add libdwarf-devel to buildreqs for dyninst build --- systemtap.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/systemtap.spec b/systemtap.spec index 56f9d94..e2cc746 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -63,6 +63,7 @@ BuildRequires: nss-devel avahi-devel pkgconfig %if %{with_dyninst} # include the prerelease version for now, but really this is >= 8.0 BuildRequires: dyninst-devel >= 7.99 +BuildRequires: libdwarf-devel %endif %if %{with_sqlite} BuildRequires: sqlite-devel