Title: [180742] releases/WebKitGTK/webkit-2.8/Source/bmalloc
Revision
180742
Author
[email protected]
Date
2015-02-27 04:20:35 -0800 (Fri, 27 Feb 2015)

Log Message

Merge r180264 - Build bmalloc through CMake as a static library. It's then linked either
into the WTF library (if built as a shared library) or into the JSC and
WebKit2 libraries. There's no need to build it as a standalone shared library.

Rubber-stamped by Carlos Garcia Campos.

* CMakeLists.txt:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.8/Source/bmalloc/CMakeLists.txt (180741 => 180742)


--- releases/WebKitGTK/webkit-2.8/Source/bmalloc/CMakeLists.txt	2015-02-27 12:16:52 UTC (rev 180741)
+++ releases/WebKitGTK/webkit-2.8/Source/bmalloc/CMakeLists.txt	2015-02-27 12:20:35 UTC (rev 180742)
@@ -17,6 +17,6 @@
 
 WEBKIT_WRAP_SOURCELIST(${bmalloc_SOURCES})
 include_directories(${bmalloc_INCLUDE_DIRECTORIES})
-add_library(bmalloc ${bmalloc_SOURCES})
+add_library(bmalloc STATIC ${bmalloc_SOURCES})
 target_link_libraries(bmalloc ${bmalloc_LIBRARIES})
 set_target_properties(bmalloc PROPERTIES COMPILE_DEFINITIONS "BUILDING_bmalloc")

Modified: releases/WebKitGTK/webkit-2.8/Source/bmalloc/ChangeLog (180741 => 180742)


--- releases/WebKitGTK/webkit-2.8/Source/bmalloc/ChangeLog	2015-02-27 12:16:52 UTC (rev 180741)
+++ releases/WebKitGTK/webkit-2.8/Source/bmalloc/ChangeLog	2015-02-27 12:20:35 UTC (rev 180742)
@@ -1,3 +1,13 @@
+2015-02-18  Zan Dobersek  <[email protected]>
+
+        Build bmalloc through CMake as a static library. It's then linked either
+        into the WTF library (if built as a shared library) or into the JSC and
+        WebKit2 libraries. There's no need to build it as a standalone shared library.
+
+        Rubber-stamped by Carlos Garcia Campos.
+
+        * CMakeLists.txt:
+
 2015-02-13  Gyuyoung Kim  <[email protected]>
 
         [BMalloc] Add a FIXME comment for memory alignas
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to