Fix the build with tracker 2.0

This is already fixed upstream; work this around for now to get the
build working again.
This commit is contained in:
Kalev Lember 2017-07-31 16:42:46 +01:00
parent 054aeba590
commit ac8ee111d3

View File

@ -72,6 +72,9 @@ This package contains plugins to get information from theses sources:
%prep
%setup -q
# Fix the build with tracker 2.0
sed -i -e 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure
%build
%configure \
--disable-static \