RESOLVED INVALID 167315
JavaScriptCore fails to build on Linux because -lpthread is missing
https://bugs.webkit.org/show_bug.cgi?id=167315
Summary JavaScriptCore fails to build on Linux because -lpthread is missing
Timothy Hatcher
Reported 2017-01-23 11:27:47 PST
We need to add find_package(Threads) to Source/cmake/WebKitCommon.cmake to make it link correctly like I needed to do in bug 167313.
Attachments
Patch (1.13 KB, patch)
2017-01-23 11:29 PST, Timothy Hatcher
timothy: review-
Timothy Hatcher
Comment 1 2017-01-23 11:29:45 PST
Alex Christensen
Comment 2 2017-01-23 11:48:38 PST
Comment on attachment 299528 [details] Patch If this is only needed on Linux, should this be in WebKitCommon? Are you using the GTK port?
Timothy Hatcher
Comment 3 2017-01-23 11:54:17 PST
I found the error in my end with my Cmake options. This is a different Linux port.
Note You need to log in before you can comment on or make changes to this bug.