Accepting request 728343 from home:1Antoine1:branches:devel:tools

Fix build on Tumbleweed: Add -ffat-lto-objects to lto cflags.

OBS-URL: https://build.opensuse.org/request/show/728343
OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=91
This commit is contained in:
Martin Pluskal 2019-09-05 07:07:07 +00:00 committed by Git OBS Bridge
parent 7e6c31667a
commit aedda80480
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 4 19:27:24 UTC 2019 - antoine.belvire@opensuse.org
- Fix build on Tumbleweed: Add -ffat-lto-objects to lto cflags.
-------------------------------------------------------------------
Mon May 6 20:13:44 CEST 2019 - tiwai@suse.de

View File

@ -93,6 +93,7 @@ to develop applications with CRIU library.
echo "BINFMT_MISC_VIRTUALIZED" > .config
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
export CFLAGS="%{optflags}"
make V=1 %{?_smp_mflags} %{?make_options}