diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template index 51781e2a403..aa0c228aaf5 100644 --- a/srcpkgs/nodejs/template +++ b/srcpkgs/nodejs/template @@ -33,6 +33,11 @@ replaces="iojs>=0" conflicts="nodejs-lts nodejs-lts-10" 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" +fi + if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then nocross="host and target must have the same pointer size" fi