Title: [150376] trunk/Tools
Revision
150376
Author
ch.du...@sisa.samsung.com
Date
2013-05-20 12:13:44 -0700 (Mon, 20 May 2013)

Log Message

Unreviewed EFL build fix.

Fix linking errors due to undefined symbols on Ubuntu 13.04.

* DumpRenderTree/efl/CMakeLists.txt:
* EWebLauncher/CMakeLists.txt:
* MiniBrowser/efl/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (150375 => 150376)


--- trunk/Tools/ChangeLog	2013-05-20 19:00:22 UTC (rev 150375)
+++ trunk/Tools/ChangeLog	2013-05-20 19:13:44 UTC (rev 150376)
@@ -1,5 +1,15 @@
 2013-05-20  Christophe Dumez  <ch.du...@sisa.samsung.com>
 
+        Unreviewed EFL build fix.
+
+        Fix linking errors due to undefined symbols on Ubuntu 13.04.
+
+        * DumpRenderTree/efl/CMakeLists.txt:
+        * EWebLauncher/CMakeLists.txt:
+        * MiniBrowser/efl/CMakeLists.txt:
+
+2013-05-20  Christophe Dumez  <ch.du...@sisa.samsung.com>
+
         [EFL] Reenabled INDEXED_DATABASE after r150344
         https://bugs.webkit.org/show_bug.cgi?id=116430
 

Modified: trunk/Tools/DumpRenderTree/efl/CMakeLists.txt (150375 => 150376)


--- trunk/Tools/DumpRenderTree/efl/CMakeLists.txt	2013-05-20 19:00:22 UTC (rev 150375)
+++ trunk/Tools/DumpRenderTree/efl/CMakeLists.txt	2013-05-20 19:13:44 UTC (rev 150376)
@@ -46,7 +46,7 @@
     ${EVAS_LIBRARIES}
     ${FONTCONFIG_LIBRARIES}
     ${LIBXML2_LIBRARIES}
-    ${LIBXSLT_LIBRARIES}
+    ${LIBXSLT_LIBRARIES} -lm
     ${SQLITE_LIBRARIES}
     ${GLIB_LIBRARIES}
     ${LIBSOUP_LIBRARIES}

Modified: trunk/Tools/EWebLauncher/CMakeLists.txt (150375 => 150376)


--- trunk/Tools/EWebLauncher/CMakeLists.txt	2013-05-20 19:00:22 UTC (rev 150375)
+++ trunk/Tools/EWebLauncher/CMakeLists.txt	2013-05-20 19:13:44 UTC (rev 150376)
@@ -18,7 +18,7 @@
     ${EO_LIBRARIES}
     ${EVAS_LIBRARIES}
     ${LIBXML2_LIBRARIES}
-    ${LIBXSLT_LIBRARIES}
+    ${LIBXSLT_LIBRARIES} -lm
     ${SQLITE_LIBRARIES}
     ${GLIB_LIBRARIES}
     ${LIBSOUP_LIBRARIES}

Modified: trunk/Tools/MiniBrowser/efl/CMakeLists.txt (150375 => 150376)


--- trunk/Tools/MiniBrowser/efl/CMakeLists.txt	2013-05-20 19:00:22 UTC (rev 150375)
+++ trunk/Tools/MiniBrowser/efl/CMakeLists.txt	2013-05-20 19:13:44 UTC (rev 150376)
@@ -49,7 +49,7 @@
     ${GLIB_GTHREAD_LIBRARIES}
     ${LIBSOUP_LIBRARIES}
     ${LIBXML2_LIBRARIES}
-    ${LIBXSLT_LIBRARIES}
+    ${LIBXSLT_LIBRARIES} -lm
     ${OPENGL_LIBRARIES}
     ${SQLITE_LIBRARIES}
 )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to