From 1146eeb5b79e7437718495ee820bde059a75db3c Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Fri, 13 Sep 2013 23:28:40 +0000 Subject: [PATCH] webkit-gtk: limit ld memory requirement Add --no-keep-memory to LDFLAGS. (From OE-Core rev: 223ee6bb7447dd64e9c407415675261cc1fdb6f4) Signed-off-by: Joe Slater Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 4 ++++ 1 file changed, 4 insertions(+) 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 "