From 4d84991623cf23fa9b7fe08503bdd9c12a02aa2a Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Mon, 21 Feb 2022 16:31:35 +0100 Subject: [PATCH] Disable lazy binding Resolves: #2044892 --- suitesparse.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/suitesparse.spec b/suitesparse.spec index b392497..ad58f2e 100644 --- a/suitesparse.spec +++ b/suitesparse.spec @@ -32,7 +32,7 @@ Name: suitesparse Version: 5.4.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A collection of sparse matrix libraries License: (LGPLv2+ or BSD) and LGPLv2+ and GPLv2+ @@ -203,6 +203,7 @@ do mkdir -p Doc/{AMD,BTF,CAMD,CCOLAMD,CHOLMOD,COLAMD,KLU,LDL,UMFPACK,SPQR,RBio} Include export CFLAGS="$RPM_OPT_FLAGS" + export LDFLAGS="-Wl,-z,now" export LAPACK="" # Set flags for ILP64 build if [ $build = SuiteSparse64 ] @@ -489,6 +490,9 @@ done %doc SuiteSparse/Doc/* %changelog +* Mon Feb 21 2022 Michal Sekletar - 5.4.0-10 +- Disable lazy binding (#2044892) + * Tue Aug 10 2021 Mohan Boddu - 5.4.0-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688