diff --git a/fftw3.changes b/fftw3.changes index d48f4b1..e4bb2b2 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 13 16:00:11 UTC 2019 - Michel Normand + +- Add -ffat-lto-objects to avoid build failure + ------------------------------------------------------------------- Mon Mar 18 17:36:14 UTC 2019 - Rodrigo Lourenço diff --git a/fftw3.spec b/fftw3.spec index dfac617..4f9d69d 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -362,6 +362,7 @@ EOF %endif %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %if %{with hpc} %hpc_setup %endif