nodejs: pass linker flag with -Wl

This commit is contained in:
Jürgen Buchmüller 2020-09-13 08:09:34 +02:00
parent 58b5fdab8f
commit aa648fb8d1

View file

@ -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
LDFLAGS="--no-keep-memory"
LDFLAGS="-Wl,--no-keep-memory"
fi
if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then