farstream: fix cross compile

This commit is contained in:
Jürgen Buchmüller 2015-10-16 14:46:59 +02:00
parent 6e00b87525
commit 9423f8110c

View file

@ -1,7 +1,7 @@
# Template file for 'farstream'
pkgname=farstream
version=0.2.7
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-valgrind --disable-static $(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool python-devel glib-devel $(vopt_if gir gobject-introspection)"
@ -18,6 +18,8 @@ checksum=dad0ed43cf94e71df558c23825abe57db59d1ee8d970ffaec5e2dbc2e7acbf7d
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
else
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib"
fi
farstream-devel_package() {