Bug 1968223 - Update system NSS requirement to 3.112. r=keeler

Differential Revision: https://phabricator.services.mozilla.com/D250922
This commit is contained in:
Patrycja Rosa
2025-05-23 18:46:01 +00:00
committed by jschanck@mozilla.com
parent dc4a862060
commit 6592cc3e68

View File

@@ -13,7 +13,7 @@ system_lib_option(
imply_option("--with-system-nspr", True, when="--with-system-nss")
nss_pkg = pkg_check_modules(
"NSS", "nss >= 3.110", when="--with-system-nss", config=False
"NSS", "nss >= 3.112", when="--with-system-nss", config=False
)
set_config("MOZ_SYSTEM_NSS", True, when="--with-system-nss")