From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.126.186]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VN1G2-0005ti-Be for ptxdist@pengutronix.de; Fri, 20 Sep 2013 16:00:31 +0200 From: Alexander Dahl Date: Fri, 20 Sep 2013 15:59:29 +0200 Message-Id: <1379685575-11135-3-git-send-email-post@lespocky.de> In-Reply-To: <1379685575-11135-1-git-send-email-post@lespocky.de> References: <1379685575-11135-1-git-send-email-post@lespocky.de> Subject: [ptxdist] [PATCH 2/8] net-snmp: check mib config by default Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de 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 --- rules/net-snmp.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/net-snmp.make b/rules/net-snmp.make index 7a25043..658273c 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 \ -- 1.7.10.4 -- ptxdist mailing list ptxdist@pengutronix.de