From af791c1ba6a8947b77eda6f4d5461cb199245446 Mon Sep 17 00:00:00 2001 From: Bob Relyea Date: Tue, 10 Aug 2021 16:28:38 -0700 Subject: [PATCH] Resolves: rhbz#1986627 Turn on LTO in NSS --- nss.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nss.spec b/nss.spec index 7da0442..e5f1d86 100644 --- a/nss.spec +++ b/nss.spec @@ -3,7 +3,7 @@ # NOTE: To avoid NVR clashes of nspr* packages: # - reset %%{nspr_release} to 1, when updating %%{nspr_version} # - increment %%{nspr_version}, when updating the NSS part only -%global baserelease 1 +%global baserelease 2 %global nss_release %baserelease # use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when # release number between nss and nspr are different. @@ -352,7 +352,7 @@ popd # Build NSS # # This package fails its testsuite with LTO. Disable LTO for now -%global _lto_cflags %{nil} +#%global _lto_cflags %{nil} #export FREEBL_NO_DEPEND=1 @@ -1059,6 +1059,9 @@ update-crypto-policies &> /dev/null || : %changelog +* Tue Aug 10 2021 Bob Relyea - 3.69.0-2 +- turn on lto + * Tue Aug 10 2021 Bob Relyea - 3.69.0-1 - Update to 3.69 - Update to NSPR 4.31