# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/librewolf/hotfix-ppc-not-power8.diff # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- Fix SIGILL pre power8, G5, etc. --- firefox-122.0.1/security/nss/coreconf/config.gypi.vanilla 2024-02-18 20:58:18.776708148 +0100 +++ firefox-122.0.1/security/nss/coreconf/config.gypi 2024-02-18 20:58:41.748705934 +0100 @@ -112,8 +112,8 @@ 'disable_dbm%': 1, 'disable_libpkix%': 1, 'disable_werror%': 0, - 'disable_altivec%': 0, - 'disable_crypto_vsx%': 0, + 'disable_altivec%': 1, + 'disable_crypto_vsx%': 1, 'disable_arm32_neon%': 0, 'mozilla_client%': 0, 'comm_client%': 0,