Changeset 122440 in webkit


Ignore:
Timestamp:
Jul 12, 2012 3:29:53 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[Qt] Internal symbols are exported on Linux
https://bugs.webkit.org/show_bug.cgi?id=90981

Patch by Simon Hausmann <simon.hausmann@nokia.com> on 2012-07-12
Reviewed by Jocelyn Turcotte.

I should've re-enabled ELF symbol visibility when removing the symbol map in
r106650.

  • qmake/mkspecs/features/default_post.prf:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r122404 r122440  
     12012-07-12  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        [Qt] Internal symbols are exported on Linux
     4        https://bugs.webkit.org/show_bug.cgi?id=90981
     5
     6        Reviewed by Jocelyn Turcotte.
     7
     8        I should've re-enabled ELF symbol visibility when removing the symbol map in
     9        r106650.
     10
     11        * qmake/mkspecs/features/default_post.prf:
     12
    1132012-07-11  Mark Rowe  <mrowe@apple.com>
    214
  • trunk/Tools/qmake/mkspecs/features/default_post.prf

    r121966 r122440  
    141141
    142142    !plugin {
    143         !linux-g++*:!linux-icc*:contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
     143        contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
    144144        unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
    145145    }
Note: See TracChangeset for help on using the changeset viewer.