Blame SOURCES/firefox-nss-version.patch
|
|
b0b627 |
--- thunderbird-102.6.0/build/moz.configure/nss.configure.firefox-nss-version 2022-12-09 19:00:45.849518718 +0100
|
|
|
b0b627 |
+++ thunderbird-102.6.0/build/moz.configure/nss.configure 2022-12-09 19:02:47.739198796 +0100
|
|
|
26f3ef |
@@ -9,7 +9,7 @@ system_lib_option("--with-system-nss", h
|
|
|
26f3ef |
imply_option("--with-system-nspr", True, when="--with-system-nss")
|
|
|
26f3ef |
|
|
|
26f3ef |
nss_pkg = pkg_check_modules(
|
|
|
b0b627 |
- "NSS", "nss >= 3.79.2", when="--with-system-nss", config=False
|
|
|
26f3ef |
+ "NSS", "nss >= 3.79", when="--with-system-nss", config=False
|
|
|
26f3ef |
)
|
|
|
26f3ef |
|
|
|
26f3ef |
set_config("MOZ_SYSTEM_NSS", True, when="--with-system-nss")
|