qt: Script Module needs a toolchain with NPTL
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Wed, 19 Nov 2014 14:40:05 +0000 (14:40 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 28 Nov 2014 07:25:58 +0000 (08:25 +0100)
commit89207cc06d2952741ffe391260e0a73a126da6fe
tree337fb6d8550ba02a7a05fb3056b519a045d3daca
parentab949f9130a91182e7f01572fbf51c9a2478cb2d
qt: Script Module needs a toolchain with NPTL

Qt Script Module uses pthread_getattr_np() which is implemented in
toolchains with NPTL. Otherwise the compilation will fail showing this
error message:

../3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp: In
function ‘void* QTJSC::currentThreadStackBase()’:
../3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.cpp:692:42:
error: ‘pthread_getattr_np’ was not declared in this scope

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/grantlee/Config.in
package/qt/Config.in