Title: [177483] trunk/Source
Revision
177483
Author
[email protected]
Date
2014-12-17 18:02:46 -0800 (Wed, 17 Dec 2014)

Log Message

<rdar://problem/19282508> WebKitLegacy is unusable due to bad dylib identifier
https://bugs.webkit.org/show_bug.cgi?id=139760

Reviewed by Anders Carlsson.

Source/WebCore:

* Configurations/WebCore.xcconfig:

Source/WebKit/mac:

* Configurations/WebKitLegacy.xcconfig:

Source/WebKit2:

* Configurations/WebKit2.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (177482 => 177483)


--- trunk/Source/WebCore/ChangeLog	2014-12-18 01:56:18 UTC (rev 177482)
+++ trunk/Source/WebCore/ChangeLog	2014-12-18 02:02:46 UTC (rev 177483)
@@ -1,3 +1,12 @@
+2014-12-17  Dan Bernstein  <[email protected]>
+
+        <rdar://problem/19282508> WebKitLegacy is unusable due to bad dylib identifier
+        https://bugs.webkit.org/show_bug.cgi?id=139760
+
+        Reviewed by Anders Carlsson.
+
+        * Configurations/WebCore.xcconfig:
+
 2014-12-17  Anders Carlsson  <[email protected]>
 
         Get rid of FrameLoader::defaultObjectContentType

Modified: trunk/Source/WebCore/Configurations/WebCore.xcconfig (177482 => 177483)


--- trunk/Source/WebCore/Configurations/WebCore.xcconfig	2014-12-18 01:56:18 UTC (rev 177482)
+++ trunk/Source/WebCore/Configurations/WebCore.xcconfig	2014-12-18 02:02:46 UTC (rev 177483)
@@ -65,7 +65,7 @@
 DYLIB_INSTALL_NAME_BASE = $(DYLIB_INSTALL_NAME_BASE_$(PLATFORM_NAME));
 DYLIB_INSTALL_NAME_BASE_macosx = $(NORMAL_WEBCORE_FRAMEWORKS_DIR);
 DYLIB_INSTALL_NAME_BASE_iphoneos = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
-DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(SDKROOT)$(DYLIB_INSTALL_NAME_BASE_iphoneos);
+DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(DYLIB_INSTALL_NAME_BASE_iphoneos);
 INSTALLHDRS_COPY_PHASE = YES;
 INSTALLHDRS_SCRIPT_PHASE = YES;
 PRODUCT_NAME = WebCore;

Modified: trunk/Source/WebKit/mac/ChangeLog (177482 => 177483)


--- trunk/Source/WebKit/mac/ChangeLog	2014-12-18 01:56:18 UTC (rev 177482)
+++ trunk/Source/WebKit/mac/ChangeLog	2014-12-18 02:02:46 UTC (rev 177483)
@@ -1,3 +1,12 @@
+2014-12-17  Dan Bernstein  <[email protected]>
+
+        <rdar://problem/19282508> WebKitLegacy is unusable due to bad dylib identifier
+        https://bugs.webkit.org/show_bug.cgi?id=139760
+
+        Reviewed by Anders Carlsson.
+
+        * Configurations/WebKitLegacy.xcconfig:
+
 2014-12-17  Andreas Kling  <[email protected]>
 
         Purge PassRefPtr from Frame.

Modified: trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig (177482 => 177483)


--- trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig	2014-12-18 01:56:18 UTC (rev 177482)
+++ trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig	2014-12-18 02:02:46 UTC (rev 177483)
@@ -77,7 +77,7 @@
 DYLIB_INSTALL_NAME_BASE_macosx_WEBKIT_LEGACY_SYSTEM_FRAMEWORK_MISSING_ = $(NORMAL_WEBKIT_LEGACY_FRAMEWORKS_DIR);
 DYLIB_INSTALL_NAME_BASE_macosx_WEBKIT_LEGACY_SYSTEM_FRAMEWORK_MISSING_YES = $(WEBKIT_LEGACY_FRAMEWORKS_DIR);
 DYLIB_INSTALL_NAME_BASE_iphoneos = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
-DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(SDKROOT)$(DYLIB_INSTALL_NAME_BASE_iphoneos);
+DYLIB_INSTALL_NAME_BASE_iphonesimulator = $(DYLIB_INSTALL_NAME_BASE_iphoneos);
 
 INSTALLHDRS_COPY_PHASE = YES;
 INSTALLHDRS_SCRIPT_PHASE = YES;

Modified: trunk/Source/WebKit2/ChangeLog (177482 => 177483)


--- trunk/Source/WebKit2/ChangeLog	2014-12-18 01:56:18 UTC (rev 177482)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-18 02:02:46 UTC (rev 177483)
@@ -1,3 +1,12 @@
+2014-12-17  Dan Bernstein  <[email protected]>
+
+        <rdar://problem/19282508> WebKitLegacy is unusable due to bad dylib identifier
+        https://bugs.webkit.org/show_bug.cgi?id=139760
+
+        Reviewed by Anders Carlsson.
+
+        * Configurations/WebKit2.xcconfig:
+
 2014-12-17  Beth Dakin  <[email protected]>
 
         Page previews are sometimes sized much smaller than it seems they should be

Modified: trunk/Source/WebKit2/Configurations/WebKit2.xcconfig (177482 => 177483)


--- trunk/Source/WebKit2/Configurations/WebKit2.xcconfig	2014-12-18 01:56:18 UTC (rev 177482)
+++ trunk/Source/WebKit2/Configurations/WebKit2.xcconfig	2014-12-18 02:02:46 UTC (rev 177483)
@@ -38,7 +38,7 @@
 DYLIB_INSTALL_NAME_BASE = $(DYLIB_INSTALL_NAME_BASE_$(PLATFORM_NAME));
 DYLIB_INSTALL_NAME_BASE_macosx = $(NORMAL_WEBKIT2_FRAMEWORKS_DIR);
 DYLIB_INSTALL_NAME_BASE_iphoneos = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
-DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(SDKROOT)$(DYLIB_INSTALL_NAME_BASE_iphoneos);
+DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(DYLIB_INSTALL_NAME_BASE_iphoneos);
 
 SKIP_INSTALL = $(SKIP_INSTALL_$(PLATFORM_NAME));
 SKIP_INSTALL_macosx = $(SKIP_INSTALL);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to