summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Pek <tehnick-8@yandex.ru>2016-04-28 22:32:30 (GMT)
committerBoris Pek <tehnick-8@yandex.ru>2016-04-30 19:09:16 (GMT)
commit5aac1c3335c9c725e35337ff423d55f0d8f0fa56 (patch)
treec94b5e7eec20da7e7c8e7379b8140186ca2ef4b7
parent7ca2bceedd41c0919a30f900b6b35393bc4d1507 (diff)
downloadmxe-5aac1c3335c9c725e35337ff423d55f0d8f0fa56.zip
mxe-5aac1c3335c9c725e35337ff423d55f0d8f0fa56.tar.gz
mxe-5aac1c3335c9c725e35337ff423d55f0d8f0fa56.tar.bz2
qt: add workaround for builds with GCC >= 6.x
-rw-r--r--src/qt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 5bf3b08..14198e7 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -24,6 +24,7 @@ define $(PKG)_BUILD
OPENSSL_LIBS="`'$(TARGET)-pkg-config' --libs-only-l openssl`" \
PSQL_LIBS="-lpq -lsecur32 `'$(TARGET)-pkg-config' --libs-only-l openssl` -lws2_32" \
SYBASE_LIBS="-lsybdb `'$(TARGET)-pkg-config' --libs-only-l gnutls` -liconv -lws2_32" \
+ CXXFLAGS="-std=gnu++98" \
./configure \
-opensource \
-confirm-license \