From 58b5fdab8fa1c12d2051134ff5ce4968c85517e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 13 Sep 2020 08:06:39 +0200 Subject: [PATCH] nodejs: try to reduce memory usage for 32 bit --- srcpkgs/nodejs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template index aa0c228aaf5..fa53e5fcdb2 100644 --- a/srcpkgs/nodejs/template +++ b/srcpkgs/nodejs/template @@ -35,7 +35,7 @@ provides="nodejs-runtime-0_1" # https://build.voidlinux.org/builders/i686_builder/builds/27325/steps/shell_3/logs/stdio if [ "$XBPS_WORDSIZE" = 32 ]; then - broken="/usr/bin/ld: failed to set dynamic section sizes: memory exhausted" + LDFLAGS="--no-keep-memory" fi if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then