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

tonikitoo at webkit.org tonikitoo at webkit.org
Wed Dec 22 16:33:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6bd65f94f73a64112bd7f84a60dbf21fd5b4d973
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 25 20:25:27 2010 +0000

    martin
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72742 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/GNUmakefile.am b/GNUmakefile.am
index 8884fcb..27debae 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -92,7 +92,6 @@ global_cppflags += \
 
 
 global_cxxflags += \
-	$(SYMBOL_VISIBILITY_INLINES) \
 	-fno-rtti
 
 # -no-undefined required for building DLLs on Windows
@@ -178,7 +177,6 @@ endif
 
 if !ENABLE_DEBUG
 global_cppflags += -DNDEBUG
-global_cflags += $(SYMBOL_VISIBILITY)
 else
 global_cppflags += \
 	-DG_DISABLE_DEPRECATED \
diff --git a/WebKit/gtk/GNUmakefile.am b/WebKit/gtk/GNUmakefile.am
index a3be816..a846f7f 100644
--- a/WebKit/gtk/GNUmakefile.am
+++ b/WebKit/gtk/GNUmakefile.am
@@ -27,9 +27,11 @@ libwebkitgtk_ at WEBKITGTK_API_MAJOR_VERSION@_ at WEBKITGTK_API_MINOR_VERSION@_la_SOUR
 	$(webkitgtk_sources)
 
 libwebkitgtk_ at WEBKITGTK_API_MAJOR_VERSION@_ at WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS = \
+	$(SYMBOL_VISIBILITY_INLINES) \
 	$(global_cxxflags)
 
 libwebkitgtk_ at WEBKITGTK_API_MAJOR_VERSION@_ at WEBKITGTK_API_MINOR_VERSION@_la_CFLAGS = \
+	$(SYMBOL_VISIBILITY) \
 	$(global_cflags)
 
 # When building WebCore/WebKit, we want WebCore/config.h and NOT JavaScriptCore/config.h,
diff --git a/WebKitTools/GNUmakefile.am b/WebKitTools/GNUmakefile.am
index 17d1660..7b3b5ec 100644
--- a/WebKitTools/GNUmakefile.am
+++ b/WebKitTools/GNUmakefile.am
@@ -99,7 +99,6 @@ Programs_DumpRenderTree_CFLAGS = \
 
 Programs_DumpRenderTree_LDADD = \
 	libwebkitgtk- at WEBKITGTK_API_MAJOR_VERSION@. at WEBKITGTK_API_MINOR_VERSION@.la \
-	libJavaScriptCore.la \
 	$(GLOBALDEPS_LIBS) \
 	$(CAIRO_LIBS) \
 	$(GTK_LIBS) \
diff --git a/autotools/symbols.filter b/autotools/symbols.filter
index c42bce7..70bc717 100644
--- a/autotools/symbols.filter
+++ b/autotools/symbols.filter
@@ -1,9 +1,28 @@
 {
 global:
-_ZN3WTF10fastMallocEj;
-_ZN3WTF11fastReallocEPvj;
+_ZN3WTF10fastCallocEmm;
+_ZN3WTF10fastMallocEm;
+_ZN3WTF10fastStrDupEPKc;
+_ZN3WTF11fastReallocEPvm;
+_ZN3WTF14fastMallocSizeEPKv;
+_ZN3WTF16fastZeroedMallocEm;
+_ZN3WTF20fastMallocStatisticsEv;
 _ZN3WTF8fastFreeEPv;
-_ZN3WTF10fastCallocEjj;
+_ZN3WTF3MD58addBytesEPKhm;
+_ZN3WTF3MD58checksumERNS_6VectorIhLm16EEE;
+_ZN3WTF3MD5C1Ev;
+_ZN3WTF3MD5C2Ev;
+_ZN3WTFL12MD5TransformEPjPKj;
+_ZN3WTF7CString11mutableDataEv;
+_ZN3WTF7CString16newUninitializedEmRPc;
+_ZN3WTF7CString18copyBufferIfNeededEv;
+_ZN3WTF7CString4initEPKcm;
+_ZN3WTF7CStringC1EPKc;
+_ZN3WTF7CStringC1EPKcm;
+_ZN3WTF7CStringC2EPKc;
+_ZN3WTF7CStringC2EPKcm;
+_ZN3WTF7CStringD1Ev;
+_ZN3WTF7CStringaSERKS0_;
 _ZN24DumpRenderTreeSupportGtk*;
 local:
 _Z*;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list