From 3fd6f6da37807fcd484a6e4dad012612013ad08a Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 19 Dec 2019 17:26:50 +0100 Subject: [PATCH] linux-tools: fix build on musl --- srcpkgs/linux-tools/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template index 6c177c8b58..1ab3263050 100644 --- a/srcpkgs/linux-tools/template +++ b/srcpkgs/linux-tools/template @@ -36,6 +36,8 @@ post_extract() { sed -i 's/\$(LIBS)/& $(LDFLAGS)/' tools/power/cpupower/bench/Makefile sed -i 's/SIGCLD/SIGCHLD/g' tools/usb/usbip/src/usbipd.c sed -i 's/^CFLAGS/override &/g' tools/thermal/tmon/Makefile + sed -i 's/ \-Werror / /g' tools/build/feature/Makefile \ + tools/lib/bpf/Makefile } do_build() { cd ${wrksrc}/tools/perf