From 37d9c0c403641ae62305e1d12a5d209343af0dec15828b7beeb222e5ac607751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 May 2019 15:48:41 +0000 Subject: [PATCH] Accepting request 703149 from home:marxin:branches:LibreOffice:Factory - Strip lto from %_lto_cflags as the project has --enable-lto option OBS-URL: https://build.opensuse.org/request/show/703149 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=785 --- libreoffice.changes | 5 +++++ libreoffice.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libreoffice.changes b/libreoffice.changes index 1593ed5..fbf5936 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 15 13:43:40 UTC 2019 - Martin Liška + +- Strip lto from %_lto_cflags as the project has --enable-lto option + ------------------------------------------------------------------- Mon May 6 08:54:09 UTC 2019 - Tomáš Chvátal diff --git a/libreoffice.spec b/libreoffice.spec index fc0c0cc..9bb2ace 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -991,6 +991,8 @@ echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile %build +# Strip lto from %_lto_cflags as the project has --enable-lto option +%define _lto_cflags %{nil} # do not eat all memory %limit_build -m 1200 # make sure that JAVA_HOME is set correctly