diff --git a/flatpak.changes b/flatpak.changes index 835dcae..cf283d8 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 09:45:40 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133124). + ------------------------------------------------------------------- Thu Mar 28 13:05:50 UTC 2019 - Andrei Dziahel diff --git a/flatpak.spec b/flatpak.spec index 8897eee..13dc885 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -118,6 +118,7 @@ more information. sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-* %build +%define _lto_cflags %{nil} NOCONFIGURE=1 ./autogen.sh %configure \ --disable-silent-rules \