From f82b7171e21328c3077c7bab512332e4bd5c6da9 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 1 Jun 2020 14:11:14 +0200 Subject: nss build fix --- firefox.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firefox.spec b/firefox.spec index 1b59f4a..824ef6f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -607,6 +607,9 @@ MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fsanitize=address -Dxmalloc=myxmalloc" MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -fsanitize=address -ldl" %endif +# We don't wantfirefox to use CK_GCM_PARAMS_V3 in nss +MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -DNSS_PKCS11_3_0_STRICT" + %if !%{build_with_clang} echo "export CFLAGS=\"$MOZ_OPT_FLAGS\"" >> .mozconfig echo "export CXXFLAGS=\"$MOZ_OPT_FLAGS\"" >> .mozconfig -- cgit