qt: add workaround for builds with GCC >= 6.x

This commit is contained in:
Boris Pek 2016-04-29 01:32:30 +03:00
parent 7ca2bceedd
commit 5aac1c3335
1 changed files with 1 additions and 0 deletions

View File

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