From 5301727c225eb945080165e92d55fbf8e7c85205 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Fri, 18 Mar 2016 10:16:34 +0100 Subject: [PATCH] RPM specfile: re-enable memcachec plugin on EL7 cf https://bugzilla.redhat.com/show_bug.cgi?id=1116949 --- contrib/redhat/collectd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 330d37c4..9153b0af 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -58,7 +58,6 @@ %{?el7:%global _has_lvm2app_h 1} %{?el7:%global _has_recent_librrd 1} %{?el7:%global _has_varnish4 1} -%{?el7:%global _has_broken_libmemcached 1} %{?el7:%global _has_iproute 1} %{?el7:%global _has_libmodbus 1} @@ -104,7 +103,7 @@ %define with_madwifi 0%{!?_without_madwifi:1} %define with_mbmon 0%{!?_without_mbmon:1} %define with_md 0%{!?_without_md:1} -%define with_memcachec 0%{!?_without_memcachec:0%{!?_has_broken_libmemcached:1}} +%define with_memcachec 0%{!?_without_memcachec:1} %define with_memcached 0%{!?_without_memcached:1} %define with_memory 0%{!?_without_memory:1} %define with_multimeter 0%{!?_without_multimeter:1} -- 2.11.0