summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2014-01-10 09:26:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-10 16:39:08 +0100
commit95d908db24c5937cf7052f53a60f72b0a6197a19 (patch)
tree4efe275e3083592781a34e0777987edf4aecade8
parent28d3751e6b65867d85481f42a34c14d83a7f14c4 (diff)
downloadptxdist-95d908db24c5937cf7052f53a60f72b0a6197a19.tar.gz
ptxdist-95d908db24c5937cf7052f53a60f72b0a6197a19.tar.xz
lowpan-tools: avoid the -Werror use
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/lowpan-tools.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/lowpan-tools.make b/rules/lowpan-tools.make
index 5bed2a469..38121886a 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 := \