Title: [195505] trunk/Source/WebKit2
Revision
195505
Author
[email protected]
Date
2016-01-22 23:07:10 -0800 (Fri, 22 Jan 2016)

Log Message

<rdar://problem/24304228> REGRESSION (r184215): Staged XPC services load non-staged shims
https://bugs.webkit.org/show_bug.cgi?id=153389

Reviewed by Alexey Prooskuryakov.

* Configurations/Shim.xcconfig: Don’t override the install name when using a staged install path.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (195504 => 195505)


--- trunk/Source/WebKit2/ChangeLog	2016-01-23 06:46:56 UTC (rev 195504)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-23 07:07:10 UTC (rev 195505)
@@ -1,3 +1,12 @@
+2016-01-22  Dan Bernstein  <[email protected]>
+
+        <rdar://problem/24304228> REGRESSION (r184215): Staged XPC services load non-staged shims
+        https://bugs.webkit.org/show_bug.cgi?id=153389
+
+        Reviewed by Alexey Prooskuryakov.
+
+        * Configurations/Shim.xcconfig: Don’t override the install name when using a staged install path.
+
 2016-01-22  Enrica Casucci  <[email protected]>
 
         Add support for DataDetectors in WK (iOS).

Modified: trunk/Source/WebKit2/Configurations/Shim.xcconfig (195504 => 195505)


--- trunk/Source/WebKit2/Configurations/Shim.xcconfig	2016-01-23 06:46:56 UTC (rev 195504)
+++ trunk/Source/WebKit2/Configurations/Shim.xcconfig	2016-01-23 07:07:10 UTC (rev 195505)
@@ -28,4 +28,3 @@
 SKIP_INSTALL[sdk=macosx*] = NO;
 
 INSTALL_PATH = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
-DYLIB_INSTALL_NAME_BASE = $(NORMAL_WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to