From 7cd3099f4a628092070c80593fdd393f5c95d735 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 17 Jun 2014 13:45:08 +0200 Subject: [PATCH] Fixing link issues in crosswalk build Change-Id: I445127c75a81b5649ded241d665fca60008e676c Signed-off-by: Xavier Roche --- recipes-tizen/crosswalk/crosswalk-extraconf.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-tizen/crosswalk/crosswalk-extraconf.inc b/recipes-tizen/crosswalk/crosswalk-extraconf.inc index 0d1987b..6c92439 100644 --- a/recipes-tizen/crosswalk/crosswalk-extraconf.inc +++ b/recipes-tizen/crosswalk/crosswalk-extraconf.inc @@ -22,7 +22,7 @@ do_compile() { # failed to set dynamic section sizes: Memory exhausted # For now, work around it by passing a GNU ld-specific flag that optimizes the # linker for memory usage. - export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory" + export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory,--no-fatal-warnings" # Support building in a non-standard directory, possibly outside ${WORKDIR}. # Since the build root is erased every time a new build is performed, one way @@ -37,6 +37,7 @@ do_compile() { fi GYP_EXTRA_FLAGS="${GYP_EXTRA_FLAGS} -Duse_ozone=1 -Denable_ozone_wayland_vkb=1 -Denable_xdg_shell=1" + GYP_EXTRA_FLAGS="${GYP_EXTRA_FLAGS} -Dlinux_use_bundled_binutils=0 -Dlinux_use_bundled_gold=0 -Ddisable_fatal_linker_warnings=1" export GYP_GENERATORS='ninja' -- 2.7.4