]> sourceware.org Git - systemtap.git/commitdiff
update systemtap.spec
authorFelix Lu <flu@redhat.com>
Thu, 19 Nov 2015 16:36:02 +0000 (11:36 -0500)
committerFelix Lu <flu@redhat.com>
Fri, 20 Nov 2015 14:20:45 +0000 (09:20 -0500)
Include build requirements for json-c and ncurses.

systemtap.spec

index 4ad4288fd5995a81ce79017b8e9a1f4794e95ed4..fbeb24a71463ea3ab54318a02ba08cec7691b836 100644 (file)
@@ -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 <tr1/memory>
 %if %{with_boost}
 BuildRequires: boost-devel
This page took 0.029577 seconds and 5 git commands to generate.