summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1fdd890)
raw | patch | inline | side by side (parent: 1fdd890)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 8 Aug 2016 09:58:16 +0000 (11:58 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 8 Aug 2016 09:58:16 +0000 (11:58 +0200) |
Disabled on EL5 and EL6, as it requires CLOCK_BOOTTIME only available in
recent libc versions.
recent libc versions.
contrib/redhat/collectd.spec | patch | blob | history |
index 5b018f8a85073d6f1dc045da285b0cf3ec40fe9c..9b730bb5c481b299ed55776fdef0bbb7b74ca3d4 100644 (file)
%define with_contextswitch 0%{!?_without_contextswitch:1}
%define with_cpu 0%{!?_without_cpu:1}
%define with_cpufreq 0%{!?_without_cpufreq:1}
+%define with_cpusleep 0%{!?_without_cpusleep:1}
%define with_csv 0%{!?_without_csv:1}
%define with_curl 0%{!?_without_curl:1}
%define with_curl_json 0%{!?_without_curl_json:1}
# Plugins not buildable on RHEL < 7
%if 0%{?rhel} && 0%{?rhel} < 7
+%define with_cpusleep 0
%define with_mqtt 0
%define with_rrdcached 0
%define with_xmms 0
%define _with_cpufreq --disable-cpufreq
%endif
+%if %{with_cpusleep}
+%define _with_cpusleep --enable-cpusleep
+%else
+%define _with_cpusleep --disable-cpusleep
+%endif
+
%if %{with_csv}
%define _with_csv --enable-csv
%else
%{?_with_conntrack} \
%{?_with_contextswitch} \
%{?_with_cpufreq} \
+ %{?_with_cpusleep} \
%{?_with_cpu} \
%{?_with_csv} \
%{?_with_curl_json} \
%if %{with_cpufreq}
%{_libdir}/%{name}/cpufreq.so
%endif
+%if %{with_cpusleep}
+%{_libdir}/%{name}/cpusleep.so
+%endif
%if %{with_csv}
%{_libdir}/%{name}/csv.so
%endif