From d43d52e5dbbbbc6496f30e221644e6bfe6fc29b6 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 22 Mar 2021 20:54:30 +0100 Subject: [PATCH] nodejs: fix build on ppc64 --- srcpkgs/nodejs/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template index 27eb39e7b4..450b59bbc7 100644 --- a/srcpkgs/nodejs/template +++ b/srcpkgs/nodejs/template @@ -75,10 +75,6 @@ do_configure() { # to execute it within the build system fails _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) \