From a0b75003521e695e5ac852e8aba19ca90e30ed1c Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Thu, 15 Mar 2012 22:04:27 +0100 Subject: netsnmp: add option to enable debugging code Signed-off-by: Luca Ceresoli Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/netsnmp/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'package/netsnmp/Config.in') diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in index 431be2d38..108ab8393 100644 --- a/package/netsnmp/Config.in +++ b/package/netsnmp/Config.in @@ -14,3 +14,12 @@ config BR2_PACKAGE_NETSNMP_ENABLE_MIBS The net-snmp package contains a selection of MIB files. Say yes if you want those MIB files installed on the target and enable the code that parses the MIB files. + +config BR2_PACKAGE_NETSNMP_ENABLE_DEBUGGING + bool "Enable debugging code" + depends on BR2_PACKAGE_NETSNMP + help + By default net-snmp is compiled without debugging support + (--disable-debugging). Enable this options if you need debugging + support, including the ability to log with DEBUGMSG(), + DEBUGMSGTL() and companion macros. -- cgit v1.2.3