From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W1eGg-0008Qr-JB for ptxdist@pengutronix.de; Fri, 10 Jan 2014 16:45:06 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1W1eGg-0007sm-HK for ptxdist@pengutronix.de; Fri, 10 Jan 2014 16:45:06 +0100 Date: Fri, 10 Jan 2014 16:45:06 +0100 From: Michael Olbrich Message-ID: <20140110154506.GD20358@pengutronix.de> References: <1389342370-28936-1-git-send-email-jbe@pengutronix.de> <1389342370-28936-3-git-send-email-jbe@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1389342370-28936-3-git-send-email-jbe@pengutronix.de> Subject: Re: [ptxdist] [PATCH 2/2] lowpan-tools: avoid the -Werror use 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="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Fri, Jan 10, 2014 at 09:26:10AM +0100, Juergen Beisert wrote: > Whenever the gcc version is upgraded using the -Werror parameter is a > source of pain (at least for automated buildsystems). > > Signed-off-by: Juergen Beisert Both applied Thanks, Michael > --- > rules/lowpan-tools.make | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/lowpan-tools.make b/rules/lowpan-tools.make > index 5bed2a4..3812188 100644 > --- a/rules/lowpan-tools.make > +++ b/rules/lowpan-tools.make > @@ -48,6 +48,7 @@ LOWPAN_TOOLS_CONF_OPT := \ > --disable-manpages \ > --enable-shared \ > --disable-static \ > + --disable-werror \ > --with-gnu-ld > > LOWPAN_TOOLS_INSTALL_FILES := \ > -- > 1.8.5.2 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de