Title: [119480] trunk/Source/WebKit2
Revision
119480
Author
[email protected]
Date
2012-06-05 04:13:14 -0700 (Tue, 05 Jun 2012)

Log 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 <[email protected]> on 2012-06-05

* PlatformEfl.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (119479 => 119480)


--- trunk/Source/WebKit2/ChangeLog	2012-06-05 10:57:00 UTC (rev 119479)
+++ trunk/Source/WebKit2/ChangeLog	2012-06-05 11:13:14 UTC (rev 119480)
@@ -1,3 +1,12 @@
+2012-06-05  Christophe Dumez  <[email protected]>
+
+        [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.
+
+        * PlatformEfl.cmake:
+
 2012-06-05  Mario Sanchez Prada  <[email protected]>
 
         [GTK][WK2] Implement API for Geolocation permission requests in the GTK port

Modified: trunk/Source/WebKit2/PlatformEfl.cmake (119479 => 119480)


--- trunk/Source/WebKit2/PlatformEfl.cmake	2012-06-05 10:57:00 UTC (rev 119479)
+++ trunk/Source/WebKit2/PlatformEfl.cmake	2012-06-05 11:13:14 UTC (rev 119480)
@@ -3,6 +3,7 @@
     ${EDJE_LDFLAGS}
     ${EFLDEPS_LDFLAGS}
     ${EVAS_LDFLAGS}
+    ${LIBSOUP24_LDFLAGS}
 )
 
 LIST(APPEND WebKit2_SOURCES
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to