diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-14 22:43:37 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-14 22:44:25 +0000 |
commit | 0038394c392080b2d2765ccaccd8e84c0d9daf05 (patch) | |
tree | 437d6768cb58086a79b7b86385f09c54f70a526f /config/external | |
parent | 005d9c42d39a9e742c75cd19b26de8fad3a3339b (diff) | |
download | uxp-0038394c392080b2d2765ccaccd8e84c0d9daf05.tar.gz |
Issue #1746 - Revert "Additional configuration for NSS lib update."
This reverts commit ae775e493b6d3f3c866aa31b5897563d364d698d.
Diffstat (limited to 'config/external')
-rw-r--r-- | config/external/nss/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/external/nss/Makefile.in b/config/external/nss/Makefile.in index f94c4d8db6..7289e57f4c 100644 --- a/config/external/nss/Makefile.in +++ b/config/external/nss/Makefile.in @@ -174,13 +174,6 @@ DEFAULT_GMAKE_FLAGS += NSS_SSL_ENABLE_ZLIB= # Disable building of the test programs in security/nss/lib/zlib DEFAULT_GMAKE_FLAGS += PROGRAMS= -# Disable AVX2 for poly1305 -DEFAULT_GMAKE_FLAGS += NSS_DISABLE_AVX2=1 - -# Disable obsolete ciphers -DEFAULT_GMAKE_FLAGS += NSS_DISABLE_DEPRECATED_SEED=1 -DEFAULT_GMAKE_FLAGS += NSS_DISABLE_DEPRECATED_RC2=1 - # Disable creating .chk files. They will be generated from packager.mk # When bug 681624 lands, we can replace CHECKLOC= with SKIP_SHLIBSIGN=1 DEFAULT_GMAKE_FLAGS += CHECKLOC= |