[oe-commits] Joe Slater : webkit-gtk: limit ld memory requirement

git at git.openembedded.org git at git.openembedded.org
Tue Sep 24 10:50:28 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 223ee6bb7447dd64e9c407415675261cc1fdb6f4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=223ee6bb7447dd64e9c407415675261cc1fdb6f4

Author: Joe Slater <jslater at windriver.com>
Date:   Fri Sep 13 23:28:40 2013 +0000

webkit-gtk: limit ld memory requirement

Add --no-keep-memory to LDFLAGS.

Signed-off-by: Joe Slater <jslater at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 30b39d2..adab4fa 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 "
 
 



More information about the Openembedded-commits mailing list