Title: [128172] trunk/Source/_javascript_Core
Revision
128172
Author
[email protected]
Date
2012-09-11 04:59:54 -0700 (Tue, 11 Sep 2012)

Log Message

[EFL] Unreviewed build fix after r128065.

* CMakeLists.txt: Link against WTF for FastMalloc symbols, which
are needed when building with SYSTEM_MALLOC off.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (128171 => 128172)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2012-09-11 11:54:59 UTC (rev 128171)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2012-09-11 11:59:54 UTC (rev 128172)
@@ -332,6 +332,7 @@
 
     ADD_SOURCE_DEPENDENCIES(${_javascript_CORE_DIR}/llint/LLIntOffsetsExtractor.cpp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/LLIntDesiredOffsets.h)
     ADD_EXECUTABLE(LLIntOffsetsExtractor ${_javascript_CORE_DIR}/llint/LLIntOffsetsExtractor.cpp)
+    TARGET_LINK_LIBRARIES(LLIntOffsetsExtractor ${WTF_LIBRARY_NAME})
 
     ADD_CUSTOM_COMMAND(
         OUTPUT ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/LLIntAssembly.h

Modified: trunk/Source/_javascript_Core/ChangeLog (128171 => 128172)


--- trunk/Source/_javascript_Core/ChangeLog	2012-09-11 11:54:59 UTC (rev 128171)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-09-11 11:59:54 UTC (rev 128172)
@@ -1,3 +1,10 @@
+2012-09-11  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] Unreviewed build fix after r128065.
+
+        * CMakeLists.txt: Link against WTF for FastMalloc symbols, which
+        are needed when building with SYSTEM_MALLOC off.
+
 2012-09-10  Mark Hahnenberg  <[email protected]>
 
         Remove m_classInfo from JSCell
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to