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

xan at webkit.org xan at webkit.org
Wed Dec 22 17:55:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f9e7e34dcb70e58d39647d14d80f066b902760ce
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 2 21:10:25 2010 +0000

    2010-12-02  Xan Lopez  <xlopez at igalia.com>
    
            Another attempt to fix the GTK+ build.
    
            * autotools/symbols.filter: try to be more liberal with the
            mangled names of some symbols.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73188 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index c4f2770..6b16435 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-12-02  Xan Lopez  <xlopez at igalia.com>
 
+        Another attempt to fix the GTK+ build.
+
+        * autotools/symbols.filter: try to be more liberal with the
+        mangled names of some symbols.
+
+2010-12-02  Xan Lopez  <xlopez at igalia.com>
+
         Try to fix GTK+ build.
 
         * autotools/symbols.filter: add missing ';'.
diff --git a/autotools/symbols.filter b/autotools/symbols.filter
index 9427ad3..604da22 100644
--- a/autotools/symbols.filter
+++ b/autotools/symbols.filter
@@ -1,7 +1,7 @@
 {
 global:
-_ZN3WTF10fastCallocEmm;
-_ZN3WTF10fastMallocEm;
+_ZN3WTF10fastCalloc*;
+_ZN3WTF10fastMalloc*;
 _ZN3WTF10fastStrDupEPKc;
 _ZN3WTF11fastReallocEPvm;
 _ZN3WTF14fastMallocSizeEPKv;
@@ -9,8 +9,9 @@ _ZN3WTF16fastZeroedMallocEm;
 _ZN3WTF20fastMallocStatisticsEv;
 _ZN3WTF8fastFreeEPv;
 _ZN3WTF13freeOwnedGPtrI7_GErrorEEvPT_;
-_ZN3WTF3MD58addBytesEPKhm;
+_ZN3WTF3MD58addBytes*;
 _ZN3WTF3MD58checksumERNS_6VectorIhLm16EEE;
+_ZN3WTF3MD58checksumERNS_;
 _ZN3WTF3MD5C1Ev;
 _ZN3WTF3MD5C2Ev;
 _ZN3WTFL12MD5TransformEPjPKj;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list