tracker: unset LDFLAGS to make introspection link with musl.
This commit is contained in:
parent
19c5430b06
commit
488e2eb49d
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'tracker'
|
# Template file for 'tracker'
|
||||||
pkgname=tracker
|
pkgname=tracker
|
||||||
version=1.2.5
|
version=1.2.5
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libflac --enable-libvorbis --disable-unit-tests
|
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)
|
$(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"
|
||||||
hostmakedepends="automake libtool pkg-config intltool glib-devel
|
hostmakedepends="automake libtool pkg-config intltool glib-devel
|
||||||
gettext-devel gobject-introspection"
|
gettext-devel gobject-introspection"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue