qt: Webkit Module needs a toolchain with NPTL
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Wed, 19 Nov 2014 14:40:06 +0000 (14:40 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 28 Nov 2014 07:26:14 +0000 (08:26 +0100)
commitf3f96b17916276c148382a346853518bdac219ec
tree7e2d3cbddc234f78b0126c7a96f7af14c9b50ab1
parent89207cc06d2952741ffe391260e0a73a126da6fe
qt: Webkit Module needs a toolchain with NPTL

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

wtf/StackBounds.cpp: In member function ‘void
WTF::StackBounds::initialize()’:
wtf/StackBounds.cpp:172:38: 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/qt/Config.in