diff --git a/tracker.changes b/tracker.changes index e32e3d4..c1a910f 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 12 08:28:13 UTC 2019 - Martin Liška + +- Disable LTO (boo#1141201). + ------------------------------------------------------------------- Fri May 3 09:18:18 UTC 2019 - Bjørn Lie diff --git a/tracker.spec b/tracker.spec index 8f4ed68..8cae4a7 100644 --- a/tracker.spec +++ b/tracker.spec @@ -213,6 +213,7 @@ This subpackage contains the headers to make use of its libraries. translation-update-upstream po %{name} %build +%define _lto_cflags %{nil} %meson \ -Ddocs=true \ -Dfunctional_tests=false \