From d4e86043ee0de880c84f0d6ce5267a5ce16c97ef Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 8 Aug 2020 13:15:55 -0600 Subject: [PATCH] Disable LTO for now --- nss.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 17a0997..1831454 100644 --- a/nss.spec +++ b/nss.spec @@ -44,7 +44,7 @@ rpm.define(string.format("nss_release_tag NSS_%s_RTM", Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 1%{?dist} +Release: 2%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Requires: nspr >= %{nspr_version} @@ -249,6 +249,8 @@ find nss/lib/libpkix -perm /u+x -type f -exec chmod -x {} \; %build +# This package fails its testsuite with LTO. Disable LTO for now +%global _lto_cflags %{nil} export FREEBL_NO_DEPEND=1 @@ -885,6 +887,9 @@ update-crypto-policies &> /dev/null || : %changelog +* Sat Aug 8 2020 Daiki Ueno - 3.55.0-2 +- Disable LTO + * Sun Aug 2 2020 Daiki Ueno - 3.55.0-1 - Update to NSS 3.55 - Disable building DBM backend