summaryrefslogtreecommitdiffstats
path: root/src/qtbase.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-10-27 00:01:25 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-10-28 22:57:46 (GMT)
commit913b396a0959605852b845a830818d4bcbb37ae4 (patch)
tree56d121a05b3b8b0944eb1b7e8727e3bd112bdd54 /src/qtbase.mk
parent91df392f8b91e37087f1208dbdd6fc6d6022076d (diff)
downloadmxe-913b396a0959605852b845a830818d4bcbb37ae4.zip
mxe-913b396a0959605852b845a830818d4bcbb37ae4.tar.gz
mxe-913b396a0959605852b845a830818d4bcbb37ae4.tar.bz2
qt, qtbase: -no-pch (pre-compiled header support)
Qt and qtbase fail to build if host compiler is GCC 6 with the following error message: cc1: error: one or more PCH files were found, but they were invalid cc1: error: use -Winvalid-pch for more information cc1: fatal error: .obj/release-shared/qt_pch.h: No such file or directory See https://github.com/mxe/mxe/issues/1554 See https://github.com/mxe/mxe/issues/1103 See https://github.com/mxe/mxe/pull/1527#issuecomment-254001204
Diffstat (limited to 'src/qtbase.mk')
-rw-r--r--src/qtbase.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtbase.mk b/src/qtbase.mk
index 8217442..8cc2d2f 100644
--- a/src/qtbase.mk
+++ b/src/qtbase.mk
@@ -57,6 +57,7 @@ define $(PKG)_BUILD
-system-pcre \
-openssl-linked \
-dbus-linked \
+ -no-pch \
-v \
$($(PKG)_CONFIGURE_OPTS)