nodejs-lts: fix build on ppc64

This commit is contained in:
q66 2021-03-22 20:54:46 +01:00
parent 9ae00f780d
commit 56795a1d17

View file

@ -64,10 +64,6 @@ do_configure() {
esac
_args+=" --cross-compiling"
fi
# their pregenerated asm is for ELFv1...
case "$XBPS_TARGET_MACHINE" in
ppc64|ppc64-musl) _args+=" --openssl-no-asm" ;;
esac
./configure --prefix=/usr --shared-zlib \
$(vopt_if icu --with-intl=system-icu) \
$(vopt_if http_parser --shared-http-parser) \