[OE-core] [PATCH 1/1] webkit-gtk: limit ld memory requirement

Joe Slater jslater at windriver.com
Fri Sep 13 23:28:40 UTC 2013


Add --no-keep-memory to LDFLAGS.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb |    4 ++++
 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 5691d3f..9304243 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 "
 
 
-- 
1.7.3.4




More information about the Openembedded-core mailing list