From 23327b2c9bd236eab047096d5600eabba1122cea Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 15 May 2013 09:09:16 +0200 Subject: [PATCH] proot: cross build support. --- srcpkgs/proot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/proot/template b/srcpkgs/proot/template index 5710fb9a2ae..9419f02b796 100644 --- a/srcpkgs/proot/template +++ b/srcpkgs/proot/template @@ -18,7 +18,7 @@ do_fetch() { do_build() { cd src - make ${makejobs} + make CC=$CC CFLAGS="$CFLAGS" ${makejobs} } do_install() {