mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Juergen Beisert <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/2] lowpan-tools: avoid the -Werror use
Date: Fri, 10 Jan 2014 09:26:10 +0100	[thread overview]
Message-ID: <1389342370-28936-3-git-send-email-jbe@pengutronix.de> (raw)
In-Reply-To: <1389342370-28936-1-git-send-email-jbe@pengutronix.de>

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 <jbe@pengutronix.de>
---
 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

  parent reply	other threads:[~2014-01-10  8:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-10  8:26 [ptxdist] [PATCHv4] Fix Python usage for lowpan-tools Juergen Beisert
2014-01-10  8:26 ` [ptxdist] [PATCH 1/2] lowpan-tools: ensure proper Python handling Juergen Beisert
2014-01-10  8:26 ` Juergen Beisert [this message]
2014-01-10 15:45   ` [ptxdist] [PATCH 2/2] lowpan-tools: avoid the -Werror use Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1389342370-28936-3-git-send-email-jbe@pengutronix.de \
    --to=jbe@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox