Title: [217809] trunk/Source/WebKit2
Revision
217809
Author
[email protected]
Date
2017-06-05 17:03:55 -0700 (Mon, 05 Jun 2017)

Log Message

Revert r217405, this headerpad increase is no longer needed.

Rubber-stamped by Dan Bernstein.

* Configurations/BaseXPCService.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (217808 => 217809)


--- trunk/Source/WebKit2/ChangeLog	2017-06-06 00:03:53 UTC (rev 217808)
+++ trunk/Source/WebKit2/ChangeLog	2017-06-06 00:03:55 UTC (rev 217809)
@@ -1,3 +1,11 @@
+2017-06-05  Joseph Pecoraro  <[email protected]>
+
+        Revert r217405, this headerpad increase is no longer needed.
+
+        Rubber-stamped by Dan Bernstein.
+
+        * Configurations/BaseXPCService.xcconfig:
+
 2017-06-05  Dan Bernstein  <[email protected]>
 
         Tried to fix the build when targrting macOS 10.12 using the macOS 10.13 developer beta SDK.

Modified: trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig (217808 => 217809)


--- trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig	2017-06-06 00:03:53 UTC (rev 217808)
+++ trunk/Source/WebKit2/Configurations/BaseXPCService.xcconfig	2017-06-06 00:03:55 UTC (rev 217809)
@@ -46,7 +46,7 @@
 
 WK_RELOCATABLE_FRAMEWORKS_LDFLAGS = $(WK_RELOCATABLE_FRAMEWORKS_LDFLAGS_$(WK_RELOCATABLE_FRAMEWORKS));
 WK_RELOCATABLE_FRAMEWORKS_LDFLAGS_ = $(WK_RELOCATABLE_FRAMEWORKS_LDFLAGS_NO);
-WK_RELOCATABLE_FRAMEWORKS_LDFLAGS_NO = -Wl,-headerpad,0x180; // Leave room for adding the dyld environment commands to a service that wasn't built for relocatable frameworks or staged installation.
+WK_RELOCATABLE_FRAMEWORKS_LDFLAGS_NO = -Wl,-headerpad,0x130; // Leave room for adding the dyld environment commands to a service that wasn't built for relocatable frameworks or staged installation.
 WK_RELOCATABLE_FRAMEWORKS_LDFLAGS_YES = -Wl,-dyld_env,DYLD_FRAMEWORK_PATH=@executable_path/$(WK_PATH_FROM_SERVICE_EXECUTABLE_TO_FRAMEWORK)/..,-dyld_env,DYLD_LIBRARY_PATH=@executable_path/$(WK_PATH_FROM_SERVICE_EXECUTABLE_TO_FRAMEWORK)/Frameworks;
 
 WK_PATH_FROM_SERVICE_EXECUTABLE_TO_FRAMEWORK = $(WK_PATH_FROM_SERVICE_EXECUTABLE_TO_FRAMEWORK_SHALLOW_BUNDLE_$(SHALLOW_BUNDLE));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to