summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2021-08-12 18:29:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-09-03 17:18:47 +0200
commitd9b62e005c3822d8a185e9bec9bfc17c5bb9e1b8 (patch)
tree368d721728b12e57634eb228ecfcb8520d064d56
parent0c38512ee7d777644fdf7807360dbf83af995474 (diff)
downloadptxdist-d9b62e005c3822d8a185e9bec9bfc17c5bb9e1b8.tar.gz
ptxdist-d9b62e005c3822d8a185e9bec9bfc17c5bb9e1b8.tar.xz
xorg-app-xkbcomp: disable remote CPP when building with icecc
This package triggers an issue where recent GCCs fail to inline a header file properly when CPP is used with -fdirectives-only, breaking the remote build. Disable the problematic icecc mode to work around this issue. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20210812162955.28040-2-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/xorg-app-xkbcomp.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/xorg-app-xkbcomp.make b/rules/xorg-app-xkbcomp.make
index 852ce5fc9..696496ac9 100644
--- a/rules/xorg-app-xkbcomp.make
+++ b/rules/xorg-app-xkbcomp.make
@@ -35,6 +35,9 @@ XORG_APP_XKBCOMP_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--datadir=$(XORG_DATADIR)
+XORG_APP_XKBCOMP_MAKE_ENV := \
+ ICECC_REMOTE_CPP=0
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------