Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/1] webkit-gtk: limit ld memory requirement
@ 2013-09-13 23:28 Joe Slater
  2013-09-14  4:35 ` Khem Raj
  0 siblings, 1 reply; 13+ messages in thread
From: Joe Slater @ 2013-09-13 23:28 UTC (permalink / raw)
  To: openembedded-core

Add --no-keep-memory to LDFLAGS.

Signed-off-by: Joe Slater <jslater@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



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-09-24 16:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 23:28 [PATCH 1/1] webkit-gtk: limit ld memory requirement Joe Slater
2013-09-14  4:35 ` Khem Raj
2013-09-14  8:08   ` Martin Jansa
2013-09-14 19:10   ` Burton, Ross
2013-09-15  0:39     ` Saul Wold
2013-09-17  5:11       ` Kang Kai
2013-09-17  5:31         ` Khem Raj
2013-09-17 10:30           ` Martin Jansa
2013-09-17 10:53             ` Burton, Ross
2013-09-23 21:51               ` Slater, Joseph
2013-09-24 16:34                 ` Burton, Ross
2013-09-24 16:37                   ` Richard Purdie
2013-09-24 16:39                   ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox