tracker: unset LDFLAGS to make introspection link with musl.
This commit is contained in:
parent
19c5430b06
commit
488e2eb49d
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'tracker'
|
||||
pkgname=tracker
|
||||
version=1.2.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libflac --enable-libvorbis --disable-unit-tests
|
||||
--enable-libtiff --disable-static --enable-network-manager
|
||||
$(vopt_enable gir introspection)
|
||||
$(vopt_enable gir introspection) LDFLAGS=
|
||||
ac_cv_lib_sqlite3_sqlite3_threadsafe=yes ax_cv_sqlite_threadsafe=yes"
|
||||
hostmakedepends="automake libtool pkg-config intltool glib-devel
|
||||
gettext-devel gobject-introspection"
|
||||
|
|
Loading…
Reference in New Issue