From 8a030ccff43aece351f4e03f3333eb0a6e0059ae Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 16 Aug 2020 10:53:13 +0200 Subject: [PATCH] pinebookpro-uboot: remove stddef hack for musl Fixed in 849570a814f0a48cf1612f1ae0ecf3e33d1db7c3 --- srcpkgs/pinebookpro-uboot/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/pinebookpro-uboot/template b/srcpkgs/pinebookpro-uboot/template index b1fdd304ed1..7df07bb9a71 100644 --- a/srcpkgs/pinebookpro-uboot/template +++ b/srcpkgs/pinebookpro-uboot/template @@ -20,9 +20,6 @@ do_fetch() { git clone https://git.eno.space/pbp-uboot.git cd pbp-uboot git reset --hard ${_commit_uboot} - if [ "$XBPS_TARGET_LIBC" = "musl" ]; then - touch include/stddef.h - fi cd "${wrksrc}" git clone https://github.com/ARM-software/arm-trusted-firmware.git