add libdwarf-devel to buildreqs for dyninst build

This commit is contained in:
Frank Ch. Eigler 2012-08-08 11:26:19 -04:00
parent 4041ad644b
commit 11e4d93865

View File

@ -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