From 0194877132344df56bd74b0df0a2ce40e6fc4d78 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sat, 29 May 2021 20:49:24 +0100 Subject: [PATCH] Fix seamonkey build with nss-3.65 by using shipped nss. --- introduction/welcome/changelog.xml | 11 +++++++++++ xsoft/graphweb/seamonkey.xml | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 746736c3cd..02cc08a91d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,17 @@ --> + + May 29th, 2021 + + + [ken] - Fix seamonkey build breakage with nss-3.65 by + using the shipped nss. Fixes + #15079. + + + + May 28th, 2021 diff --git a/xsoft/graphweb/seamonkey.xml b/xsoft/graphweb/seamonkey.xml index 1d0b86b4ef..3064b0f24e 100644 --- a/xsoft/graphweb/seamonkey.xml +++ b/xsoft/graphweb/seamonkey.xml @@ -8,7 +8,7 @@ - + ]> @@ -223,7 +223,8 @@ ac_add_options --disable-gconf ac_add_options --with-system-icu ac_add_options --with-system-libevent ac_add_options --with-system-nspr -ac_add_options --with-system-nss +# nss-3.65 broke the build of seamonkey, use the shipped version +#ac_add_options --with-system-nss ac_add_options --with-system-webp # The elf-hack is reported to cause failed installs (after successful builds)