From b62c342d7c54ee45a702cf95adea381cd9467f59 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 May 2015 07:50:27 +0200 Subject: [PATCH] uboot-mkimage: really fix build with musl. --- srcpkgs/uboot-mkimage/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/uboot-mkimage/template b/srcpkgs/uboot-mkimage/template index 3ffd3de3902..a9af3fec7c7 100644 --- a/srcpkgs/uboot-mkimage/template +++ b/srcpkgs/uboot-mkimage/template @@ -1,7 +1,7 @@ # Template file for 'uboot-mkimage' pkgname=uboot-mkimage version=2014.01 -revision=3 +revision=4 wrksrc="u-boot-${version}" short_desc="The U-Boot mkimage utility" maintainer="Juan RP " @@ -11,7 +11,7 @@ distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2" checksum=cdaf8c81583abfa2e73da46cfcf87b0cbd9741d9aa766f3b905376e3652d543d do_configure() { - sed -i 's,ulong,unsigned long,g' include/image.h tools/mkimage.h + sed -i 's,ulong,unsigned long,g' include/*.[ch] common/*.[ch] tools/*.[ch] } do_build() { if [ -n "$XBPS_CROSS_TRIPLET" ]; then