From 05206780591a45c76e127e1c84d1a710566f82bd Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Thu, 1 May 2014 09:24:27 +0200 Subject: [PATCH] exempi: cross build support. --- srcpkgs/exempi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/exempi/template b/srcpkgs/exempi/template index 7f02b04965..c638ff2c7b 100644 --- a/srcpkgs/exempi/template +++ b/srcpkgs/exempi/template @@ -3,7 +3,7 @@ pkgname=exempi version=2.2.1 revision=2 build_style=gnu-configure -configure_args="--disable-static" +configure_args="--with-boost=${XBPS_CROSS_BASE}/usr --disable-static" makedepends="zlib-devel expat-devel boost-devel" short_desc="Library for applications dealing with netlink sockets" maintainer="Juan RP <xtraeme@gmail.com>"