tracker: unbreak arm
This commit is contained in:
parent
03c71e9222
commit
c48a46a41b
1 changed files with 1 additions and 5 deletions
|
@ -7,7 +7,7 @@ configure_args="--enable-libflac --enable-libvorbis --disable-unit-tests
|
||||||
--enable-libtiff --disable-static --enable-network-manager
|
--enable-libtiff --disable-static --enable-network-manager
|
||||||
$(vopt_enable gir introspection) LDFLAGS=
|
$(vopt_enable gir introspection) LDFLAGS=
|
||||||
ac_cv_lib_sqlite3_sqlite3_threadsafe=yes ax_cv_sqlite_threadsafe=yes
|
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
|
hostmakedepends="automake libtool pkg-config intltool glib-devel
|
||||||
gettext-devel gobject-introspection libxslt python3"
|
gettext-devel gobject-introspection libxslt python3"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
@ -32,10 +32,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
arm* | aarch* ) broken="sqlite will not cross compile with fts5 support"
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Set AM_LDFLAGS in subdir's Makefile.am because adding the
|
# Set AM_LDFLAGS in subdir's Makefile.am because adding the
|
||||||
# option subdir-objects to configure.ac does not work.
|
# option subdir-objects to configure.ac does not work.
|
||||||
|
|
Loading…
Reference in a new issue