diff options
author | Joe Slater <jslater@windriver.com> | 2013-09-13 23:28:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-24 17:24:14 +0100 |
commit | 1146eeb5b79e7437718495ee820bde059a75db3c (patch) | |
tree | b5ae73a60a544ae22d12d01ec538d770e69379e3 /meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | |
parent | 1917544d2f554a68f853fcd5d4c475f3567021cb (diff) | |
download | poky-1146eeb5b79e7437718495ee820bde059a75db3c.tar.gz |
webkit-gtk: limit ld memory requirement
Add --no-keep-memory to LDFLAGS.
(From OE-Core rev: 223ee6bb7447dd64e9c407415675261cc1fdb6f4)
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/webkit/webkit-gtk_1.8.3.bb')
-rw-r--r-- | 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 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 \ | |||
58 | -I${STAGING_LIBDIR}/glib-2.0/include \ | 58 | -I${STAGING_LIBDIR}/glib-2.0/include \ |
59 | -I${STAGING_INCDIR}/glib-2.0" | 59 | -I${STAGING_INCDIR}/glib-2.0" |
60 | 60 | ||
61 | # ld can run out of memory linking libwebkitgtk! | ||
62 | # | ||
63 | LDFLAGS += "-Wl,--no-keep-memory" | ||
64 | |||
61 | EXTRA_AUTORECONF = " -I Source/autotools " | 65 | EXTRA_AUTORECONF = " -I Source/autotools " |
62 | 66 | ||
63 | 67 | ||