sse2neon: disable fortify (#487020)

This commit is contained in:
2026-02-04 21:24:14 +00:00
committed by GitHub
+2
View File
@@ -15,6 +15,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-vb9k+KjiGodVngza0R18LjfPTlsqFbzqXZqefm6KHj0=";
};
hardeningDisable = [ "fortify" ];
doCheck = true;
installPhase = ''