[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

hausmann at webkit.org hausmann at webkit.org
Thu Feb 4 21:21:24 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 68d302b58505ef7193d8220964b4ef31527321c7
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 20 08:54:32 2010 +0000

    On Linux link QtWebKit with -no-undefined to catch build breakages due to missing
    files in the .pro file, resulting in unresolved symbols.
    
    Reviewed by Tor Arne Vestbø.
    
    * WebCore.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53530 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 1eeca0a..e266dae 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,15 @@
 
         Reviewed by Tor Arne Vestbø.
 
+        On Linux link QtWebKit with -no-undefined to catch build breakages due to missing
+        files in the .pro file, resulting in unresolved symbols.
+
+        * WebCore.pro:
+
+2010-01-20  Simon Hausmann  <simon.hausmann at nokia.com>
+
+        Reviewed by Tor Arne Vestbø.
+
         [Qt] Make it possible to link with -no-undefined.
 
         * WebCore.pro: Add missing explicit dependency to libXrender due to the
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index cc025a6..6294c1a 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -72,6 +72,7 @@ unix {
 
 unix:!mac:*-g++*:QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections 
 unix:!mac:*-g++*:QMAKE_LFLAGS += -Wl,--gc-sections
+linux*-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
 
 CONFIG(release):!CONFIG(standalone_package) {
     contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list