Bug 78320

Summary: [Mac] DYLIB_INSTALL_NAME_BASE should not be prefixed by the SDKROOT
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: WebKit Misc.Assignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, joepeck, mrowe
Priority: P2 Keywords: EasyFix, InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch joepeck: review+

Description Benjamin Poulain 2012-02-09 20:04:35 PST
This causes SDK path to be used by the linker instead of system path.

<rdar://problem/10839750>
Comment 1 Benjamin Poulain 2012-02-09 20:23:52 PST
Created attachment 126442 [details]
Patch
Comment 2 Joseph Pecoraro 2012-02-09 20:58:07 PST
Comment on attachment 126442 [details]
Patch

r=me
Comment 3 Joseph Pecoraro 2012-02-09 21:01:30 PST
Actually, I see that JavaScriptCore was already done, you may want to update
WebKit2 as well. Just in case. We should try to be consistent across all projects.
Comment 4 Benjamin Poulain 2012-02-10 12:18:48 PST
Committed r107428: <http://trac.webkit.org/changeset/107428>