From 9423f8110ceca35011024885a4eefdd0e422518e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 16 Oct 2015 14:46:59 +0200 Subject: [PATCH] farstream: fix cross compile --- srcpkgs/farstream/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {