aboutsummaryrefslogtreecommitdiffstats
path: root/main/qt5-qtdeclarative/qt-musl-stack-check.patch
blob: ace579c5facd10616f2a5e11232188b8f87f3670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4engine.cpp.orig
+++ qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4engine.cpp
@@ -133,7 +133,8 @@
     // Known examples:
     // -HP PA-RISC
     stackLimit = 0;
-
+#  elif defined(Q_OS_LINUX) && !defined(__GLIBC__)
+    stackLimit = 0;
 #  else
     pthread_attr_t attr;
 #if HAVE(PTHREAD_NP_H) && OS(FREEBSD)