The following patch (for V5-6-patches and trunk) allows to configure with --disable-debugging
--- agent/mibgroup/agent_mibs.h (revision 19730) +++ agent/mibgroup/agent_mibs.h (working copy) @@ -1,6 +1,8 @@ config_require(agent/nsTransactionTable) config_require(agent/nsModuleTable) +#ifndef NETSNMP_NO_DEBUGGING config_require(agent/nsDebug) +#endif config_require(agent/nsCache) config_require(agent/nsLogging) config_require(agent/nsVacmAccessTable) /Niels -- Niels Baggesen - @home - Ã…rhus - Denmark - [email protected] The purpose of computing is insight, not numbers --- R W Hamming ------------------------------------------------------------------------------ This SF Dev2Dev email is sponsored by: WikiLeaks The End of the Free Internet http://p.sf.net/sfu/therealnews-com _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
