Title: [122440] trunk/Tools
Revision
122440
Author
commit-qu...@webkit.org
Date
2012-07-12 03:29:53 -0700 (Thu, 12 Jul 2012)

Log Message

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

Patch by Simon Hausmann <simon.hausm...@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:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (122439 => 122440)


--- trunk/Tools/ChangeLog	2012-07-12 10:08:50 UTC (rev 122439)
+++ trunk/Tools/ChangeLog	2012-07-12 10:29:53 UTC (rev 122440)
@@ -1,3 +1,15 @@
+2012-07-12  Simon Hausmann  <simon.hausm...@nokia.com>
+
+        [Qt] Internal symbols are exported on Linux
+        https://bugs.webkit.org/show_bug.cgi?id=90981
+
+        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:
+
 2012-07-11  Mark Rowe  <mr...@apple.com>
 
         <http://webkit.org/b/91024> Build against the latest SDK when targeting older OS X versions.

Modified: trunk/Tools/qmake/mkspecs/features/default_post.prf (122439 => 122440)


--- trunk/Tools/qmake/mkspecs/features/default_post.prf	2012-07-12 10:08:50 UTC (rev 122439)
+++ trunk/Tools/qmake/mkspecs/features/default_post.prf	2012-07-12 10:29:53 UTC (rev 122440)
@@ -140,7 +140,7 @@
     win32-msvc*|win32-icc: INCLUDEPATH += $$ROOT_WEBKIT_DIR/Source/_javascript_Core/os-win32
 
     !plugin {
-        !linux-g++*:!linux-icc*:contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
+        contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
         unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
     }
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to