From f6f924fbfdb15716ede54d40be384e4c49ca81fd Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Wed, 13 Jul 2011 09:50:47 +1000 Subject: [PATCH] Disable snmp by default until we figure out how to use libperl.so --- pacemaker.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pacemaker.spec b/pacemaker.spec index a8e5312..9a448e2 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -12,7 +12,8 @@ %bcond_without esmtp # SNMP trap support only works with Net-SNMP 5.4 and above -%bcond_without snmp +# And links against libperl.so which is borked on fedora +%bcond_with snmp # Support additional trace logging %bcond_with tracedata