trace-cmd: musl fix.
This commit is contained in:
parent
967c8b9181
commit
82b0dca31c
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ homepage="http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git/"
|
||||||
distfiles="http://git.kernel.org/cgit/linux/kernel/git/rostedt/${pkgname}.git/snapshot/${pkgname}-v${version}.tar.gz"
|
distfiles="http://git.kernel.org/cgit/linux/kernel/git/rostedt/${pkgname}.git/snapshot/${pkgname}-v${version}.tar.gz"
|
||||||
checksum=4eb79001778a77c0ada10265e7f4b5515a3e21a46f0a15c2e8cc614efdf3f5df
|
checksum=4eb79001778a77c0ada10265e7f4b5515a3e21a46f0a15c2e8cc614efdf3f5df
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i '1i#include <limits.h>' trace-listen.c
|
||||||
|
}
|
||||||
|
|
||||||
kernelshark_package() {
|
kernelshark_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc="GUI for Ftrace Linux kernel internal tracer"
|
short_desc="GUI for Ftrace Linux kernel internal tracer"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue