From f7420048f23e5b062c01ed4607d64c2cf75dc970 Mon Sep 17 00:00:00 2001 From: Felix Lu Date: Thu, 19 Nov 2015 11:36:02 -0500 Subject: [PATCH] update systemtap.spec Include build requirements for json-c and ncurses. --- systemtap.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemtap.spec b/systemtap.spec index 4ad4288fd..fbeb24a71 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,6 @@ %{!?with_sqlite: %global with_sqlite 1} %{!?with_docs: %global with_docs 1} +%{!?with_monitor: %global with_monitor 1} # crash is not available %ifarch ppc ppc64 %{sparc} aarch64 ppc64le %{!?with_crash: %global with_crash 0} @@ -105,6 +106,9 @@ BuildRequires: libselinux-devel %if %{with_sqlite} BuildRequires: sqlite-devel %endif +%if %{with_monitor} +BuildRequires: json-c-devel ncurses-devel +%endif # Needed for libstd++ < 4.0, without %if %{with_boost} BuildRequires: boost-devel -- 2.43.5