| diff -up firefox-91.0.1/build/moz.configure/nspr.configure.nss-nspr-downgrade firefox-91.0.1/build/moz.configure/nspr.configure |
| |
| |
| @@ -50,7 +50,7 @@ set_define("JS_WITHOUT_NSPR", True, when |
| def nspr_minver(js_standalone): |
| if js_standalone: |
| return "nspr >= 4.10" |
| - return "nspr >= 4.32" |
| + return "nspr >= 4.31" |
| |
| |
| nspr_pkg = pkg_check_modules("NSPR", nspr_minver, when="--with-system-nspr") |
| diff -up firefox-91.0.1/build/moz.configure/nss.configure.nss-nspr-downgrade firefox-91.0.1/build/moz.configure/nss.configure |
| |
| |
| @@ -9,7 +9,7 @@ option("--with-system-nss", help="Use sy |
| imply_option("--with-system-nspr", True, when="--with-system-nss") |
| |
| nss_pkg = pkg_check_modules( |
| - "NSS", "nss >= 3.68", when="--with-system-nss", config=False |
| + "NSS", "nss >= 3.67", when="--with-system-nss", config=False |
| ) |
| |
| set_config("MOZ_SYSTEM_NSS", True, when="--with-system-nss") |