From 0800942283a8cd75dc7df14f573aaf09c750743e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 May 2015 14:30:00 +0200 Subject: [PATCH] sunxi-tools: update to today's git and unbreak (close #1651). --- srcpkgs/sunxi-tools/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template index a53408f8cf..b78553ea29 100644 --- a/srcpkgs/sunxi-tools/template +++ b/srcpkgs/sunxi-tools/template @@ -1,8 +1,7 @@ # Template file for 'sunxi-tools' pkgname=sunxi-tools -version=20140125 +version=20150526 revision=1 -build_style=gnu-makefile hostmakedepends="pkg-config git" makedepends="libusb-devel" short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices" @@ -13,7 +12,9 @@ homepage="https://github.com/linux-sunxi/sunxi-tools" do_fetch() { git clone git://github.com/linux-sunxi/sunxi-tools ${pkgname}-${version} } - +do_build() { + make CC=$CC +} do_install() { vinstall README 644 usr/share/doc/${pkgname}