On Tue, Feb 08, 2022 at 10:23:15AM +0100, John Paul Adrian Glaubitz wrote: > Source: nss > Version: 2:3.73.1-1 > Severity: normal > Tags: patch > User: debian-powe...@lists.debian.org > Usertags: powerpc ppc64 > X-Debbugs-Cc: debian-powe...@lists.debian.org > > Hello! > > On powerpc and ppc64, nss is still being built with -mcrypto and -mvsx which > generates code with Crypto and VSX instructions not supported on powerpc and > ppc64. > > Normally, the build system should automatically detect the host platform and > set NSS_DISABLE_CRYPTO_VSX=1 for powerpc and ppc64, but that doesn't seem to > work at the moment. > > Thus, the following patch will explicitly set NSS_DISABLE_CRYPTO_VSX=1 in > debian/rules, forcing Crypto and VSX instructions to be disabled on powerpc > and ppc64.
I thought the code built with -mcrypto -mvsx was behind runtime detection? Mike