summaryrefslogtreecommitdiffstats
path: root/rules/qwt5.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-01-12 12:38:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-01-12 17:39:36 +0100
commit091819a47911d65c303a85eda598c7884d839904 (patch)
tree21b48b70bcc9055cd2d5e9c6c3c3e0f8e9ffd83d /rules/qwt5.make
parent1e3e69abf020c407cdfe9ed93c0cdfc74c6b36a5 (diff)
downloadptxdist-091819a47911d65c303a85eda598c7884d839904.tar.gz
ptxdist-091819a47911d65c303a85eda598c7884d839904.tar.xz
qwt5: fix build with icecc 1.2
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qwt5.make')
-rw-r--r--rules/qwt5.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/qwt5.make b/rules/qwt5.make
index 65977624e..eec1515be 100644
--- a/rules/qwt5.make
+++ b/rules/qwt5.make
@@ -38,6 +38,9 @@ ifdef PTXCONF_QWT5_SVG
QWT5_CONF_OPT += QWT5_CONFIG+=QwtSvg
endif
+QWT5_COMPILE_ENV := \
+ ICECC_REMOTE_CPP=0
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------