From bb35c292c2a47e13d5729c25b49086b0cb7ced20 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 5 Oct 2018 02:58:36 +0000 Subject: [PATCH] extra/tracker to 2.1.5-2 --- extra/tracker/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extra/tracker/PKGBUILD b/extra/tracker/PKGBUILD index 97a366c2e..247ce1acb 100644 --- a/extra/tracker/PKGBUILD +++ b/extra/tracker/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tracker pkgver=2.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Desktop-neutral user information store, search tool and indexer" url="https://wiki.gnome.org/Projects/Tracker" arch=(x86_64) @@ -30,7 +30,9 @@ prepare() { } build() { - arch-meson $pkgname build -Dfunctional_tests=false + # LTO breaks due to duplicate types: + # https://gitlab.gnome.org/GNOME/tracker/issues/44 + arch-meson $pkgname build -D b_lto=false -Dfunctional_tests=false ninja -C build }