Loading build/moz.configure/nss.configure +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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") Loading Loading
build/moz.configure/nss.configure +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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") Loading