summaryrefslogtreecommitdiffstats
path: root/rules/host-systemd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-07-31 10:53:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-07-31 10:57:00 +0200
commitbfe0e81807f55d1d20b182944cd668bbdd2da3c7 (patch)
tree44b27252fc6e4fb177c84dd279267f0dc852a613 /rules/host-systemd.make
parenta59f5224a65b1dd6752da189baa01caeadc21d4d (diff)
downloadptxdist-bfe0e81807f55d1d20b182944cd668bbdd2da3c7.tar.gz
ptxdist-bfe0e81807f55d1d20b182944cd668bbdd2da3c7.tar.xz
systemd: disable -Werror=shadow
Older gcc versions detect some false positives here. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-systemd.make')
-rw-r--r--rules/host-systemd.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-systemd.make b/rules/host-systemd.make
index 6bdbf69a8..2bd170825 100644
--- a/rules/host-systemd.make
+++ b/rules/host-systemd.make
@@ -18,7 +18,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_SYSTEMD) += host-systemd
# ----------------------------------------------------------------------------
HOST_SYSTEMD_CONF_ENV := \
- $(HOST_ENV) \
+ $(HOST_ENV) \
+ cc_cv_CFLAGS__Werror_shadow=no \
ac_cv_path_INTLTOOL_MERGE=:
#