Title: [104235] trunk/Source/_javascript_Core
Revision
104235
Author
[email protected]
Date
2012-01-05 15:59:31 -0800 (Thu, 05 Jan 2012)

Log Message

[EFL] Undefined references to ICU_I18N symbols on WTF
https://bugs.webkit.org/show_bug.cgi?id=75642

Unreviewed build fix.

Add ${ICU_I18N_LIBRARIES} to WTF_LIBRARIES on wtf efl platform cmake.
Some undefined references were ucol_setAttribute_44, ucol_close_44,
ucol_getAttribute_44...

Patch by Bruno Dilly <[email protected]> on 2012-01-05

* wtf/PlatformEfl.cmake:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (104234 => 104235)


--- trunk/Source/_javascript_Core/ChangeLog	2012-01-05 23:57:50 UTC (rev 104234)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-01-05 23:59:31 UTC (rev 104235)
@@ -1,3 +1,16 @@
+2012-01-05  Bruno Dilly  <[email protected]>
+
+        [EFL] Undefined references to ICU_I18N symbols on WTF
+        https://bugs.webkit.org/show_bug.cgi?id=75642
+
+        Unreviewed build fix.
+
+        Add ${ICU_I18N_LIBRARIES} to WTF_LIBRARIES on wtf efl platform cmake.
+        Some undefined references were ucol_setAttribute_44, ucol_close_44,
+        ucol_getAttribute_44...
+
+        * wtf/PlatformEfl.cmake:
+
 2012-01-05  Geoffrey Garen  <[email protected]>
 
         Refined the fast path for StringImpl::hash()

Modified: trunk/Source/_javascript_Core/wtf/PlatformEfl.cmake (104234 => 104235)


--- trunk/Source/_javascript_Core/wtf/PlatformEfl.cmake	2012-01-05 23:57:50 UTC (rev 104234)
+++ trunk/Source/_javascript_Core/wtf/PlatformEfl.cmake	2012-01-05 23:59:31 UTC (rev 104235)
@@ -28,6 +28,7 @@
 LIST(APPEND WTF_LIBRARIES
     pthread
     ${ICU_LIBRARIES}
+    ${ICU_I18N_LIBRARIES}
     ${ECORE_LIBRARIES}
     ${ECORE_EVAS_LIBRARIES}
     ${EVAS_LIBRARIES}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to