summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-04-11 12:34:29 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-04-11 12:34:29 (GMT)
commitc023fa7e5db8b94e537b4b8ab842e084bb76f494 (patch)
tree30e594f5a752124ca9c37d0b2c044f3c67aaebbc /src
parentfb7932fb74530c0cf128ace31ffdcb0e1813d535 (diff)
parent0e0cd0c09dcce95a240a26ddc359968f9de6be57 (diff)
downloadmxe-c023fa7e5db8b94e537b4b8ab842e084bb76f494.zip
mxe-c023fa7e5db8b94e537b4b8ab842e084bb76f494.tar.gz
mxe-c023fa7e5db8b94e537b4b8ab842e084bb76f494.tar.bz2
Merge pull request #1284 from LuaAndC/fix-qtbase-wheezy
fix qtbase on Wheezy (don't use c++1y)
Diffstat (limited to 'src')
-rw-r--r--src/qtbase.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtbase.mk b/src/qtbase.mk
index f2c64f0..e4575be 100644
--- a/src/qtbase.mk
+++ b/src/qtbase.mk
@@ -26,6 +26,7 @@ define $(PKG)_BUILD
SYBASE_LIBS="-lsybdb `'$(TARGET)-pkg-config' --libs-only-l gnutls` -liconv -lws2_32" \
./configure \
-opensource \
+ -c++std c++11 \
-confirm-license \
-xplatform win32-g++ \
-device-option CROSS_COMPILE=${TARGET}- \