Disable lazy binding

Resolves: #2044892
This commit is contained in:
Michal Sekletar 2022-02-21 16:31:35 +01:00
parent e919b6d194
commit 4d84991623
1 changed files with 5 additions and 1 deletions

View File

@ -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 <msekleta@redhat.com> - 5.4.0-10
- Disable lazy binding (#2044892)
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.4.0-9
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688