tracker: unbreak arm

This commit is contained in:
Michael Gehring 2017-10-11 07:18:23 +00:00
parent 03c71e9222
commit c48a46a41b

View file

@ -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.