From fbbea5913b5ba57cd548be861a590c5eff7a9365 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 11 Mar 2016 15:52:10 +0100 Subject: [PATCH] llvm-libunwind: fix cross. --- srcpkgs/llvm-libunwind/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm-libunwind/template b/srcpkgs/llvm-libunwind/template index ade2ac776af..9df1d65cca0 100644 --- a/srcpkgs/llvm-libunwind/template +++ b/srcpkgs/llvm-libunwind/template @@ -4,7 +4,7 @@ version=3.8.0 revision=1 build_style=cmake wrksrc="libunwind-${version}.src" -hostmakedepends="cmake" +hostmakedepends="cmake llvm" makedepends="llvm" make_build_args="VERBOSE=1" short_desc="LLVM version of libunwind library"