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