[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

vestbo at webkit.org vestbo at webkit.org
Wed Dec 22 11:46:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 345c0dcfc6fcc8260918c638e7538b319ee79734
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 13:07:39 2010 +0000

    [Qt] Fix warnings about difference in symbol visiblity on Mac OS X
    
    Reviewed by Antonio Gomes.
    
    * jsc.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64842 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 2dff0ad..8ef8d69 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-06  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
+
+        Reviewed by Antonio Gomes.
+
+        [Qt] Fix warnings about difference in symbol visiblity on Mac OS X
+
+        * jsc.pro:
+
 2010-08-06  Zoltan Herczeg  <zherczeg at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/JavaScriptCore/jsc.pro b/JavaScriptCore/jsc.pro
index 20b8521..6f3831e 100644
--- a/JavaScriptCore/jsc.pro
+++ b/JavaScriptCore/jsc.pro
@@ -30,4 +30,8 @@ symbian {
 
 mac {
     LIBS_PRIVATE += -framework AppKit
-}
\ No newline at end of file
+}
+
+# Prevent warnings about difference in visibility on Mac OS X
+contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
+unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list