mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
nodejs: broken for 32-bit architecture
This commit is contained in:
parent
0dc98a2948
commit
40a82780c1
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ replaces="iojs>=0"
|
||||||
conflicts="nodejs-lts nodejs-lts-10"
|
conflicts="nodejs-lts nodejs-lts-10"
|
||||||
provides="nodejs-runtime-0_1"
|
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
|
if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
nocross="host and target must have the same pointer size"
|
nocross="host and target must have the same pointer size"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue