nodejs: fix build on ppc64
This commit is contained in:
parent
56795a1d17
commit
d43d52e5db
1 changed files with 0 additions and 4 deletions
|
@ -75,10 +75,6 @@ do_configure() {
|
||||||
# to execute it within the build system fails
|
# to execute it within the build system fails
|
||||||
_args+=" --cross-compiling"
|
_args+=" --cross-compiling"
|
||||||
fi
|
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 \
|
./configure --prefix=/usr --shared-zlib \
|
||||||
$(vopt_if icu --with-intl=system-icu) \
|
$(vopt_if icu --with-intl=system-icu) \
|
||||||
$(vopt_if http_parser --shared-http-parser) \
|
$(vopt_if http_parser --shared-http-parser) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue