From 19e7e0e6776ac88929d39b7947da405d8d0500782e79e8ea3946c8aa62f0ec35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Sep 2019 05:59:33 +0000 Subject: [PATCH] Accepting request 730827 from home:michel_mno:branches:multimedia:libs - Add -ffat-lto-objects to avoid build failure OBS-URL: https://build.opensuse.org/request/show/730827 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=76 --- fftw3.changes | 5 +++++ fftw3.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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