From 0e89bcf931c2bc061d93c02a777876efcc877f66 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 5 May 2013 09:05:44 +0200 Subject: [PATCH] libassuan: cross build support. --- srcpkgs/libassuan/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/libassuan/template b/srcpkgs/libassuan/template index 57a646d08e..ebf89bed28 100644 --- a/srcpkgs/libassuan/template +++ b/srcpkgs/libassuan/template @@ -15,6 +15,10 @@ long_desc=" protocol is used for IPC between most newer GnuPG components. Both, server and client side functions are provided." +if [ "$CROSS_BUILD" ]; then + hostmakedepends="libgpg-error-devel" +fi + libassuan-devel_package() { depends="libgpg-error-devel libassuan>=${version}" short_desc="${short_desc} - development files"