Accepting request 728430 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/728430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/criu?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2019-09-05 10:46:59 +00:00 committed by Git OBS Bridge
commit 3ee1bfdeb1
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}