Changeset 177483 in webkit


Ignore:
Timestamp:
Dec 17, 2014 6:02:46 PM (9 years ago)
Author:
mitz@apple.com
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:
Location:
trunk/Source
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r177482 r177483  
     12014-12-17  Dan Bernstein  <mitz@apple.com>
     2
     3        <rdar://problem/19282508> WebKitLegacy is unusable due to bad dylib identifier
     4        https://bugs.webkit.org/show_bug.cgi?id=139760
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * Configurations/WebCore.xcconfig:
     9
    1102014-12-17  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/WebCore/Configurations/WebCore.xcconfig

    r177455 r177483  
    6666DYLIB_INSTALL_NAME_BASE_macosx = $(NORMAL_WEBCORE_FRAMEWORKS_DIR);
    6767DYLIB_INSTALL_NAME_BASE_iphoneos = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
    68 DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(SDKROOT)$(DYLIB_INSTALL_NAME_BASE_iphoneos);
     68DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(DYLIB_INSTALL_NAME_BASE_iphoneos);
    6969INSTALLHDRS_COPY_PHASE = YES;
    7070INSTALLHDRS_SCRIPT_PHASE = YES;
  • trunk/Source/WebKit/mac/ChangeLog

    r177450 r177483  
     12014-12-17  Dan Bernstein  <mitz@apple.com>
     2
     3        <rdar://problem/19282508> WebKitLegacy is unusable due to bad dylib identifier
     4        https://bugs.webkit.org/show_bug.cgi?id=139760
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * Configurations/WebKitLegacy.xcconfig:
     9
    1102014-12-17  Andreas Kling  <akling@apple.com>
    211
  • trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig

    r175196 r177483  
    7878DYLIB_INSTALL_NAME_BASE_macosx_WEBKIT_LEGACY_SYSTEM_FRAMEWORK_MISSING_YES = $(WEBKIT_LEGACY_FRAMEWORKS_DIR);
    7979DYLIB_INSTALL_NAME_BASE_iphoneos = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
    80 DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(SDKROOT)$(DYLIB_INSTALL_NAME_BASE_iphoneos);
     80DYLIB_INSTALL_NAME_BASE_iphonesimulator = $(DYLIB_INSTALL_NAME_BASE_iphoneos);
    8181
    8282INSTALLHDRS_COPY_PHASE = YES;
  • trunk/Source/WebKit2/ChangeLog

    r177473 r177483  
     12014-12-17  Dan Bernstein  <mitz@apple.com>
     2
     3        <rdar://problem/19282508> WebKitLegacy is unusable due to bad dylib identifier
     4        https://bugs.webkit.org/show_bug.cgi?id=139760
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * Configurations/WebKit2.xcconfig:
     9
    1102014-12-17  Beth Dakin  <bdakin@apple.com>
    211
  • trunk/Source/WebKit2/Configurations/WebKit2.xcconfig

    r169504 r177483  
    3939DYLIB_INSTALL_NAME_BASE_macosx = $(NORMAL_WEBKIT2_FRAMEWORKS_DIR);
    4040DYLIB_INSTALL_NAME_BASE_iphoneos = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
    41 DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(SDKROOT)$(DYLIB_INSTALL_NAME_BASE_iphoneos);
     41DYLIB_INSTALL_NAME_BASE_iphonesimulator =  $(DYLIB_INSTALL_NAME_BASE_iphoneos);
    4242
    4343SKIP_INSTALL = $(SKIP_INSTALL_$(PLATFORM_NAME));
Note: See TracChangeset for help on using the changeset viewer.