Bug 152229

Summary: [Mac] Shims aren’t inserted properly on Yosemite when building with the El Capitan SDK
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, sam, thorton
Priority: P1 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Base shim-related build settings on target OS X version darin: review+

Description mitz 2015-12-13 11:21:54 PST
The build settings involved in deciding whether the shims are linked at build time or inserted at runtime are defined in terms of the SDK version rather than the target version.

Patch forthcoming.
Comment 1 mitz 2015-12-13 11:55:39 PST
Created attachment 267266 [details]
Base shim-related build settings on target OS X version
Comment 2 mitz 2015-12-13 15:22:13 PST
Fixed in <http://trac.webkit.org/r194018>.
Comment 3 mitz 2015-12-13 16:06:50 PST
Build fix in <http://trac.webkit.org/r194019>.
Comment 4 mitz 2015-12-13 18:24:26 PST
<rdar://problem/23863828>
Comment 5 mitz 2015-12-13 19:33:08 PST
Follow-up fix in <http://trac.webkit.org/r194023>.