]> code.ossystems Code Review - openembedded-core.git/commitdiff
webkit-gtk: Disable the internal 'fast-malloc' and use the perfectly adequate system...
authorRichard Purdie <richard@openedhand.com>
Mon, 14 Jul 2008 16:19:58 +0000 (16:19 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 14 Jul 2008 16:19:58 +0000 (16:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4834 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/webkit/webkit-gtk_svn.bb

index a2041623f28c423be7c1a900e85b602d14ba449a..3dd7f130298e69719619d5807377c86107e72984 100644 (file)
@@ -5,7 +5,7 @@ SRCREV_FORMAT = "webcore-rwebkit"
 
 # Yes, this is wrong...
 PV = "0.1+svnr${SRCREV}"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "\
   svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \
@@ -29,6 +29,7 @@ EXTRA_OECONF = "\
                 --enable-debug=no \
                 --enable-svg \
                 --enable-icon-database=yes \
+               --disable-fast-malloc \
                "
 
 do_compile_prepend() {