From: Marc Fournier Date: Tue, 9 Aug 2016 12:40:36 +0000 (+0200) Subject: collectd.spec: add missing %define required by gps plugin X-Git-Tag: collectd-5.6.0~68 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=4d27bf123a30c0bd65932f1bdb5c0a907432c497 collectd.spec: add missing %define required by gps plugin --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 1eaba997..355c9e3d 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -71,6 +71,7 @@ %define with_filecount 0%{!?_without_filecount:1} %define with_fscache 0%{!?_without_fscache:1} %define with_gmond 0%{!?_without_gmond:1} +%define with_gps 0%{!?_without_gps:1} %define with_hddtemp 0%{!?_without_hddtemp:1} %define with_interface 0%{!?_without_interface:1} %define with_ipc 0%{!?_without_ipc:1}