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
This commit is contained in:
Tomáš Chvátal 2019-05-15 15:48:41 +00:00 committed by Git OBS Bridge
parent b58eb2829e
commit 37d9c0c403
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 15 13:43:40 UTC 2019 - Martin Liška <mliska@suse.cz>
- Strip lto from %_lto_cflags as the project has --enable-lto option
-------------------------------------------------------------------
Mon May 6 08:54:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -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