webkit-gtk: Disable the internal 'fast-malloc' and use the perfectly adequate system malloc

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4834 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-07-14 16:19:58 +00:00
parent 39a81a42fd
commit 17657923e3
1 changed files with 2 additions and 1 deletions

View 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() {