Title: [109295] trunk/ChangeLog
- Revision
- 109295
- Author
- [email protected]
- Date
- 2012-02-29 18:39:26 -0800 (Wed, 29 Feb 2012)
Log Message
[CMake] Unreviewed, fix build on 64-bit platforms with SHARED_CORE=ON after r109197.
https://bugs.webkit.org/show_bug.cgi?id=79965
This partially reverts r66714, in that whether -fPIC is passed to
the compiler does not depend on the value of SHARED_CORE anymore:
since we always build WTF as a static library, it will always need
-fPIC because our shared libraries are built with it.
* Source/cmake/WebKitHelpers.cmake: Always pass -fPIC to
STATIC_LIBRARY targets.
Modified Paths
Diff
Modified: trunk/ChangeLog (109294 => 109295)
--- trunk/ChangeLog 2012-03-01 02:38:03 UTC (rev 109294)
+++ trunk/ChangeLog 2012-03-01 02:39:26 UTC (rev 109295)
@@ -1,6 +1,7 @@
2012-02-29 Raphael Kubo da Costa <[email protected]>
[CMake] Unreviewed, fix build on 64-bit platforms with SHARED_CORE=ON after r109197.
+ https://bugs.webkit.org/show_bug.cgi?id=79965
This partially reverts r66714, in that whether -fPIC is passed to
the compiler does not depend on the value of SHARED_CORE anymore:
@@ -10,6 +11,18 @@
* Source/cmake/WebKitHelpers.cmake: Always pass -fPIC to
STATIC_LIBRARY targets.
+2012-02-29 Raphael Kubo da Costa <[email protected]>
+
+ [CMake] Unreviewed, fix build on 64-bit platforms with SHARED_CORE=ON after r109197.
+
+ This partially reverts r66714, in that whether -fPIC is passed to
+ the compiler does not depend on the value of SHARED_CORE anymore:
+ since we always build WTF as a static library, it will always need
+ -fPIC because our shared libraries are built with it.
+
+ * Source/cmake/WebKitHelpers.cmake: Always pass -fPIC to
+ STATIC_LIBRARY targets.
+
2012-02-29 Carlos Garcia Campos <[email protected]>
Unreviewed. Bump WebKitGTK+ version number.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes