From 30d960967b3bcae22b5945757c4243a24d2dfb242fed6763cf8b80aa543c4946 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 30 Apr 2019 09:51:57 +0000 Subject: [PATCH] Accepting request 697430 from home:marxin:branches:GNOME:Factory Disable LTO (boo#1133124). OBS-URL: https://build.opensuse.org/request/show/697430 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=74 --- flatpak.changes | 5 +++++ flatpak.spec | 1 + 2 files changed, 6 insertions(+) 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 \