Commit af472761 authored by Patrycja Rosa's avatar Patrycja Rosa Committed by jschanck@mozilla.com
Browse files

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

parent cf64e2a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@ system_lib_option(
imply_option("--with-system-nspr", True, when="--with-system-nss")
imply_option("--with-system-nspr", True, when="--with-system-nss")


nss_pkg = pkg_check_modules(
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")
set_config("MOZ_SYSTEM_NSS", True, when="--with-system-nss")