From c48a46a41bed4cb7a5d63220cc205e7d64358e25 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 11 Oct 2017 07:18:23 +0000 Subject: [PATCH] tracker: unbreak arm --- srcpkgs/tracker/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template index d1eff88e686..816218b45e0 100644 --- a/srcpkgs/tracker/template +++ b/srcpkgs/tracker/template @@ -7,7 +7,7 @@ configure_args="--enable-libflac --enable-libvorbis --disable-unit-tests --enable-libtiff --disable-static --enable-network-manager $(vopt_enable gir introspection) LDFLAGS= ac_cv_lib_sqlite3_sqlite3_threadsafe=yes ax_cv_sqlite_threadsafe=yes - ax_cv_sqlite_auto_extension=yes" + ax_cv_sqlite_auto_extension=yes ax_cv_sqlite_builtin_fts5=yes" hostmakedepends="automake libtool pkg-config intltool glib-devel gettext-devel gobject-introspection libxslt python3" makedepends=" @@ -32,10 +32,6 @@ if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" fi -case "$XBPS_TARGET_MACHINE" in - arm* | aarch* ) broken="sqlite will not cross compile with fts5 support" -esac - pre_configure() { # Set AM_LDFLAGS in subdir's Makefile.am because adding the # option subdir-objects to configure.ac does not work.