summaryrefslogtreecommitdiffstats
path: root/meta/packages/webkit/webkit-gtk_svn.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-14 16:19:58 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-14 16:19:58 +0000
commit17657923e37759df5f2b0a9926b3364d334009d5 (patch)
tree82b6831ef35149aa008c84503ed2b73dd3416697 /meta/packages/webkit/webkit-gtk_svn.bb
parent39a81a42fd9b3220de49438b4dde30ada36eacf3 (diff)
downloadpoky-17657923e37759df5f2b0a9926b3364d334009d5.tar.gz
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
Diffstat (limited to 'meta/packages/webkit/webkit-gtk_svn.bb')
-rw-r--r--meta/packages/webkit/webkit-gtk_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/webkit/webkit-gtk_svn.bb b/meta/packages/webkit/webkit-gtk_svn.bb
index a2041623f2..3dd7f13029 100644
--- a/meta/packages/webkit/webkit-gtk_svn.bb
+++ b/meta/packages/webkit/webkit-gtk_svn.bb
@@ -5,7 +5,7 @@ SRCREV_FORMAT = "webcore-rwebkit"
5 5
6# Yes, this is wrong... 6# Yes, this is wrong...
7PV = "0.1+svnr${SRCREV}" 7PV = "0.1+svnr${SRCREV}"
8PR = "r5" 8PR = "r6"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \ 11 svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \
@@ -29,6 +29,7 @@ EXTRA_OECONF = "\
29 --enable-debug=no \ 29 --enable-debug=no \
30 --enable-svg \ 30 --enable-svg \
31 --enable-icon-database=yes \ 31 --enable-icon-database=yes \
32 --disable-fast-malloc \
32 " 33 "
33 34
34do_compile_prepend() { 35do_compile_prepend() {