Bug 78320 - [Mac] DYLIB_INSTALL_NAME_BASE should not be prefixed by the SDKROOT
Summary: [Mac] DYLIB_INSTALL_NAME_BASE should not be prefixed by the SDKROOT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: EasyFix, InRadar
Depends on:
Blocks:
 
Reported: 2012-02-09 20:04 PST by Benjamin Poulain
Modified: 2012-02-10 12:18 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.62 KB, patch)
2012-02-09 20:23 PST, Benjamin Poulain
joepeck: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>