Blame SOURCES/build-nss-version.patch
|
|
225ef2 |
diff -up firefox-91.0.1/build/moz.configure/nspr.configure.nss-nspr-downgrade firefox-91.0.1/build/moz.configure/nspr.configure
|
|
|
225ef2 |
--- firefox-91.0.1/build/moz.configure/nspr.configure.nss-nspr-downgrade 2021-08-25 13:17:26.265307060 +0200
|
|
|
225ef2 |
+++ firefox-91.0.1/build/moz.configure/nspr.configure 2021-08-25 13:17:28.161313632 +0200
|
|
|
225ef2 |
@@ -50,7 +50,7 @@ set_define("JS_WITHOUT_NSPR", True, when
|
|
|
225ef2 |
def nspr_minver(js_standalone):
|
|
|
225ef2 |
if js_standalone:
|
|
|
225ef2 |
return "nspr >= 4.10"
|
|
|
225ef2 |
- return "nspr >= 4.32"
|
|
|
225ef2 |
+ return "nspr >= 4.31"
|
|
|
225ef2 |
|
|
|
225ef2 |
|
|
|
225ef2 |
nspr_pkg = pkg_check_modules("NSPR", nspr_minver, when="--with-system-nspr")
|
|
|
225ef2 |
diff -up firefox-91.0.1/build/moz.configure/nss.configure.nss-nspr-downgrade firefox-91.0.1/build/moz.configure/nss.configure
|
|
|
225ef2 |
--- firefox-91.0.1/build/moz.configure/nss.configure.nss-nspr-downgrade 2021-08-25 13:17:45.049372175 +0200
|
|
|
225ef2 |
+++ firefox-91.0.1/build/moz.configure/nss.configure 2021-08-25 13:17:37.763346918 +0200
|
|
|
225ef2 |
@@ -9,7 +9,7 @@ option("--with-system-nss", help="Use sy
|
|
|
225ef2 |
imply_option("--with-system-nspr", True, when="--with-system-nss")
|
|
|
225ef2 |
|
|
|
225ef2 |
nss_pkg = pkg_check_modules(
|
|
|
225ef2 |
- "NSS", "nss >= 3.68", when="--with-system-nss", config=False
|
|
|
225ef2 |
+ "NSS", "nss >= 3.67", when="--with-system-nss", config=False
|
|
|
225ef2 |
)
|
|
|
225ef2 |
|
|
|
225ef2 |
set_config("MOZ_SYSTEM_NSS", True, when="--with-system-nss")
|