mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bpftrace: update to 0.20.0.
This commit is contained in:
parent
62eed99d7e
commit
c57d3c7235
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bpftrace'
|
# Template file for 'bpftrace'
|
||||||
pkgname=bpftrace
|
pkgname=bpftrace
|
||||||
version=0.19.0
|
version=0.20.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* aarch64* ppc64*"
|
archs="x86_64* aarch64* ppc64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/iovisor/bpftrace/"
|
homepage="https://github.com/iovisor/bpftrace/"
|
||||||
distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz"
|
distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz"
|
||||||
checksum=bcf3964009bfda13718ee1974c4c780434613cf900ecb3b26dd7882a8bebee36
|
checksum=ee70af32b208eff32e59108c9f1dcc569ce207f95babed68db9c408ca617bf08
|
||||||
nostrip=yes # needs to read own symbol table
|
nostrip=yes # needs to read own symbol table
|
||||||
|
|
||||||
CXXFLAGS="-isystem ${XBPS_CROSS_BASE}/usr/include/bcc/compat"
|
CXXFLAGS="-isystem ${XBPS_CROSS_BASE}/usr/include/bcc/compat"
|
||||||
|
|
Loading…
Add table
Reference in a new issue