[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:48:43 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c3f6ebfe809a9581144df885dded26fde13f2ae9
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 3 22:02:51 2001 +0000

    Added -f-no-coalesce-static-vtables.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@262 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/configure.in b/WebCore/configure.in
index b47ee1d..30406b0 100644
--- a/WebCore/configure.in
+++ b/WebCore/configure.in
@@ -59,7 +59,7 @@ if test -z "$ac_cv_prog_CXX"; then
 	$CONFIG_ERR c++
 	exit 1
 fi
-CFLAGS="-DHAVE_CONFIG_H"
+CFLAGS="-fno-coalesce-static-vtables -DHAVE_CONFIG_H"
 AC_SUBST(CFLAGS) 
 CXXFLAGS=$CFLAGS
 AC_SUBST(CXXFLAGS) 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list