⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 119480 in webkit


Ignore:
Timestamp:
Jun 5, 2012, 4:13:14 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL][WK2] WebKit2-EFL does not link with gold linker
https://bugs.webkit.org/show_bug.cgi?id=88295

Unreviewed. Fix linking when using gold linker.

Patch by Christophe Dumez <Christophe Dumez> on 2012-06-05

  • PlatformEfl.cmake:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r119475 r119480  
     12012-06-05  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL][WK2] WebKit2-EFL does not link with gold linker
     4        https://bugs.webkit.org/show_bug.cgi?id=88295
     5
     6        Unreviewed. Fix linking when using gold linker.
     7
     8        * PlatformEfl.cmake:
     9
    1102012-06-05  Mario Sanchez Prada  <msanchez@igalia.com>
    211
  • trunk/Source/WebKit2/PlatformEfl.cmake

    r118914 r119480  
    44    ${EFLDEPS_LDFLAGS}
    55    ${EVAS_LDFLAGS}
     6    ${LIBSOUP24_LDFLAGS}
    67)
    78
Note: See TracChangeset for help on using the changeset viewer.