[Linux-ha-dev] [patch 12/12] debian: dont enable mgmt or explicitly disable snmp_subagent

Simon Horman horms at verge.net.au
Thu Mar 27 20:46:37 MDT 2008


In the state that configure.in is currently in, neither mgmt nor
snmp_subagent (nor cim_provider nor tsa_plugin) can be enabled,
so it is meaningless to ./configure them in debian/rules

Cc: Dejan Muhamedagic <dejan at hello-penguin.com>
Cc: Andrew Beekhof <beekhof at gmail.com>
Signed-off-by: Simon Horman <horms at verge.net.au>

Index: hertbeat-strip/debian/rules
===================================================================
--- hertbeat-strip.orig/debian/rules	2008-03-28 10:51:25.000000000 +0900
+++ hertbeat-strip/debian/rules	2008-03-28 10:51:45.000000000 +0900
@@ -11,8 +11,7 @@
 cfg:=--prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --mandir=/usr/share/man \
   --with-group-name=haclient --with-ccmuser-name=hacluster \
-  --enable-snmp-subagent --with-mibsdir=/usr/share/snmp/mibs \
-  --disable-fatal-warnings --enable-mgmt --enable-glib-malloc
+  --disable-fatal-warnings --enable-glib-malloc
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)

-- 

-- 
Horms



More information about the Linux-HA-Dev mailing list