mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1917544d2f
commit
1146eeb5b7
@@ -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 "
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user