diff --git a/suitesparse.changes b/suitesparse.changes index a990ed5..cc29e68 100644 --- a/suitesparse.changes +++ b/suitesparse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 08:23:49 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Sat Apr 6 12:04:27 UTC 2019 - Jan Engelhardt diff --git a/suitesparse.spec b/suitesparse.spec index 699a33c..1f328ee 100644 --- a/suitesparse.spec +++ b/suitesparse.spec @@ -579,6 +579,7 @@ rm SPQR/Doc/spqr.pdf %patch775418 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %if 0%{?suse_version} < 1500 export CC=gcc-7 export CXX=g++-7