summaryrefslogtreecommitdiffstats
path: root/rules/net-snmp.make
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2013-09-20 15:59:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-09-27 12:55:05 +0200
commit323d8c7b2228b769ed94bb76365fd82fafa91bba (patch)
treef4b6010aa5b60abdb35d2a7892733cda95905467 /rules/net-snmp.make
parentdc4489e0e928b73a611e6449f50e364082b2b806 (diff)
downloadptxdist-323d8c7b2228b769ed94bb76365fd82fafa91bba.tar.gz
ptxdist-323d8c7b2228b769ed94bb76365fd82fafa91bba.tar.xz
net-snmp: check mib config by default
If you compile additional MIB modules --enable-mib-config-checking checks for conlicts in the options you provided. Without setting this, a warning would be given, but the build would proceed with deactivated options and silently not building a desired module would be the result. Setting this the build fails and the user can correct the chosen MIB modules. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/net-snmp.make')
-rw-r--r--rules/net-snmp.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/net-snmp.make b/rules/net-snmp.make
index 4e11a437d..ee13b2339 100644
--- a/rules/net-snmp.make
+++ b/rules/net-snmp.make
@@ -54,7 +54,7 @@ NET_SNMP_AUTOCONF := \
--disable-privacy \
--disable-internal-md5 \
--$(call ptx/endis, PTXCONF_NET_SNMP_DOM_SOCK_ONLY)-agentx-dom-sock-only \
- --disable-mib-config-checking \
+ --enable-mib-config-checking \
--disable-mfd-rewrites \
--disable-testing-code \
--disable-reentrant \