Summary: | pthread_getattr_np not available in LSB, but patch available to fix the issue | ||
---|---|---|---|
Product: | WebKit | Reporter: | Craig Scott <audiofanatic> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED --- | ||
Severity: | Normal | CC: | paroga |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Description
Craig Scott
2011-01-05 17:22:13 PST
Also note that in the patch, the following test is used in three places: #if defined(QT_LINUXBASE) However, the correct test should be #if defined(__LSB_VERSION__) && (__LSB_VERSION__ < 41) Can you provide a patch for this? See http://webkit.org/coding/contributing.html I'm happy for someone familiar with webkit's repo's and build system to create the trivial patch from my comments provided already. My changed employment arrangements mean I no longer can commit time to these issues myself. |