aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2013-09-13 23:28:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-24 11:56:47 +0100
commit223ee6bb7447dd64e9c407415675261cc1fdb6f4 (patch)
treec4efe4ef20cc7c84a0c8b24370ccce631b7b84d2 /meta/recipes-sato
parent1f5a2b616d902b1158e348bf8c33b6d36e21cadc (diff)
downloadopenembedded-core-contrib-223ee6bb7447dd64e9c407415675261cc1fdb6f4.tar.gz
webkit-gtk: limit ld memory requirement
Add --no-keep-memory to LDFLAGS. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
index 30b39d245f..adab4fa753 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -58,6 +58,10 @@ CPPFLAGS_append_powerpc = " -I${STAGING_INCDIR}/pango-1.0 \
-I${STAGING_LIBDIR}/glib-2.0/include \
-I${STAGING_INCDIR}/glib-2.0"
+# ld can run out of memory linking libwebkitgtk!
+#
+LDFLAGS += "-Wl,--no-keep-memory"
+
EXTRA_AUTORECONF = " -I Source/autotools "