--- 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)