[SCM] QtWebKit packaging branch, master, updated. 700119d2e171e5eee22b86304373adcb697d6e13

Fathi Boudra fabo at alioth.debian.org
Tue Jun 29 11:16:51 UTC 2010


The following commit has been merged in the master branch:
commit 700119d2e171e5eee22b86304373adcb697d6e13
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue Jun 29 14:16:08 2010 +0300

    Fix symbols visibility for webcore
---
 .../0001_fix_symbols_visibility_for_webcore.diff   |   15 +++++++++++++++
 debian/patches/series                              |    1 +
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/debian/patches/0001_fix_symbols_visibility_for_webcore.diff b/debian/patches/0001_fix_symbols_visibility_for_webcore.diff
new file mode 100644
index 0000000..88782cd
--- /dev/null
+++ b/debian/patches/0001_fix_symbols_visibility_for_webcore.diff
@@ -0,0 +1,15 @@
+Description: Corrects symbols visibility for WebCore.
+Author: Jocelyn Turcotte < jocelyn.turcotte at nokia.com>
+Bug: https://bugs.webkit.org/show_bug.cgi?id=40237
+
+--- a/WebCore/WebCore.pro
++++ b/WebCore/WebCore.pro
+@@ -93,7 +93,7 @@ unix:!mac:*-g++*:QMAKE_CXXFLAGS += -ffun
+ unix:!mac:*-g++*:QMAKE_LFLAGS += -Wl,--gc-sections
+ linux*-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
+ 
+-CONFIG(release):!CONFIG(standalone_package) {
++CONFIG(release) {
+     contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
+     unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 14e9b0d..f912a5c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 # upstream patches
+0001_fix_symbols_visibility_for_webcore.diff
 
 # debian patches
 #01_hide_std_symbols.diff

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list