Bug 167315

Summary: JavaScriptCore fails to build on Linux because -lpthread is missing
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: WebKit Misc.Assignee: Timothy Hatcher <timothy>
Status: RESOLVED INVALID    
Severity: Normal CC: achristensen
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch timothy: review-

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.