From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:21e:67ff:fe11:9c5c]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VHqSa-0001yv-VX for ptxdist@pengutronix.de; Fri, 06 Sep 2013 09:28:04 +0200 Received: from ukl by dude.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1VHqSa-0005Us-Uk for ptxdist@pengutronix.de; Fri, 06 Sep 2013 09:28:04 +0200 Date: Fri, 6 Sep 2013 09:28:04 +0200 From: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Message-ID: <20130906072804.GS24802@pengutronix.de> References: <1378240187-21469-1-git-send-email-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1378240187-21469-1-git-send-email-u.kleine-koenig@pengutronix.de> Subject: Re: [ptxdist] [PATCH 1/2] net-snmp: drop usage of undefined Kconfig variables Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Tue, Sep 03, 2013 at 10:29:46PM +0200, Uwe Kleine-K=F6nig wrote: > Some variables that are used in the .make file with ifdef are not defined > in the .in file. So all ifdefs evaluate to false. Hard-code this behaviour > instead. > = > Signed-off-by: Uwe Kleine-K=F6nig > --- > rules/net-snmp.make | 65 +++++++++--------------------------------------= ------ > 1 file changed, 10 insertions(+), 55 deletions(-) > = > diff --git a/rules/net-snmp.make b/rules/net-snmp.make > index 24efa72..6cb0952 100644 > --- a/rules/net-snmp.make > +++ b/rules/net-snmp.make > @@ -50,7 +50,16 @@ NET_SNMP_AUTOCONF :=3D \ > --enable-shared \ > --disable-embedded-perl \ > --without-perl-modules \ > - --disable-static > + --disable-static \ > + --disable-privacy \ > + --disable-internal-md5 \ > + --disable-agentx-dom-sock-only \ > + --disable-mib-config-checking \ > + --disable-mfd-rewrites \ > + --disable-testing-code \ > + --disable-reentrant \ > + --disable-embedded-perl \ > + --disable-ucd-snmp-compatibility --disable-embedded-perl is duplicated here. So if otherwise you are happy with this patch tell me, then I can fix that. Best regards Uwe -- = Pengutronix e.K. | Uwe Kleine-K=F6nig | Industrial Linux Solutions | http://www.pengutronix.de/ | -- = ptxdist mailing list ptxdist@pengutronix.de