diff --git a/srcpkgs/farstream/template b/srcpkgs/farstream/template index 50c8b4d7b6a..78007392604 100644 --- a/srcpkgs/farstream/template +++ b/srcpkgs/farstream/template @@ -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() {