Changeset 109295 in webkit


Ignore:
Timestamp:
Feb 29, 2012 6:39:26 PM (12 years ago)
Author:
kubo@profusion.mobi
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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r109292 r109295  
     12012-02-29  Raphael Kubo da Costa  <kubo@profusion.mobi>
     2
     3        [CMake] Unreviewed, fix build on 64-bit platforms with SHARED_CORE=ON after r109197.
     4        https://bugs.webkit.org/show_bug.cgi?id=79965
     5
     6        This partially reverts r66714, in that whether -fPIC is passed to
     7        the compiler does not depend on the value of SHARED_CORE anymore:
     8        since we always build WTF as a static library, it will always need
     9        -fPIC because our shared libraries are built with it.
     10
     11        * Source/cmake/WebKitHelpers.cmake: Always pass -fPIC to
     12        STATIC_LIBRARY targets.
     13
    1142012-02-29  Raphael Kubo da Costa  <kubo@profusion.mobi>
    215
Note: See TracChangeset for help on using the changeset viewer.