aboutsummarylogtreecommitdiffstats
path: root/qt5-fix-QSemaphore-problem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-fix-QSemaphore-problem.patch')
-rw-r--r--qt5-fix-QSemaphore-problem.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/qt5-fix-QSemaphore-problem.patch b/qt5-fix-QSemaphore-problem.patch
new file mode 100644
index 000000000000..c3fcea9f6aff
--- /dev/null
+++ b/qt5-fix-QSemaphore-problem.patch
@@ -0,0 +1,9 @@
+@@ -4456,7 +4456,7 @@
+ if compileTest unix/ipc_posix "ipc_posix" ; then
+ QCONFIG_FLAGS="$QCONFIG_FLAGS QT_POSIX_IPC"
+ else
+- if [ "$XPLATFORM_ANDROID" = "no" ] ; then
++ if [ "$XPLATFORM_ANDROID" = "no"] && ["$XPLATFORM_MINGW" = "no" ] ; then
+ QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SYSTEMSEMAPHORE QT_NO_SHAREDMEMORY"
+ fi
+ fi