From 27ebcaf8e248fde74030785592b05e5565f74fe4 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 25 Dec 2016 17:51:51 +0100 Subject: [PATCH] linux-tools: fix musl. And there was much rejoicing! --- srcpkgs/linux-tools/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template index 663d5c755a7..e0b4f0ffe2e 100644 --- a/srcpkgs/linux-tools/template +++ b/srcpkgs/linux-tools/template @@ -30,6 +30,7 @@ nocross=yes post_extract() { sed -i 's/\$(LIBS)/& $(LDFLAGS)/' tools/power/cpupower/bench/Makefile + sed -i 's/SIGCLD/SIGCHLD/g' tools/usb/usbip/src/usbipd.c } do_build() { cd ${wrksrc}/tools/perf