Merge pull request #1284 from LuaAndC/fix-qtbase-wheezy

fix qtbase on Wheezy (don't use c++1y)
This commit is contained in:
Tony Theodore 2016-04-11 22:34:29 +10:00
commit c023fa7e5d
1 changed files with 1 additions and 0 deletions

View File

@ -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}- \