aboutsummarylogtreecommitdiffstats
path: root/qt5-use-win32-g++-mkspecs-profile.patch
diff options
context:
space:
mode:
authorMartchus2016-09-06 22:31:28 +0200
committerMartchus2016-09-06 22:31:28 +0200
commitee89ccc823018f2fca776b6611f16f8491519348 (patch)
tree6971cf703e79c78e38d64422968d81d28f5acce8 /qt5-use-win32-g++-mkspecs-profile.patch
parente4ba1d65f9497d890d90c0774830a14cd813d719 (diff)
downloadaur-ee89ccc823018f2fca776b6611f16f8491519348.tar.gz
Add opengl -dynamic support, fix checksums
Diffstat (limited to 'qt5-use-win32-g++-mkspecs-profile.patch')
-rw-r--r--qt5-use-win32-g++-mkspecs-profile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5-use-win32-g++-mkspecs-profile.patch b/qt5-use-win32-g++-mkspecs-profile.patch
index 004eacdc2ef6..5fc41308adf4 100644
--- a/qt5-use-win32-g++-mkspecs-profile.patch
+++ b/qt5-use-win32-g++-mkspecs-profile.patch
@@ -5,7 +5,7 @@
QMAKE_YACC = byacc
QMAKE_YACCFLAGS = -d
-QMAKE_CFLAGS = -pipe -fno-keep-inline-dllexport
-+QMAKE_CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -fno-keep-inline-dllexport
++QMAKE_CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -fno-keep-inline-dllexport $${CROSS_COMPILE_CFLAGS}
QMAKE_CFLAGS_DEPS = -M
QMAKE_CFLAGS_WARN_ON = -Wall -Wextra
QMAKE_CFLAGS_WARN_OFF = -w