nodejs: try to reduce memory usage for 32 bit
This commit is contained in:
parent
dbe1c96e06
commit
58b5fdab8f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue