bpftrace: update to 0.20.2.

This commit is contained in:
Leah Neukirchen 2024-03-09 15:29:03 +01:00
parent ecaa93b1d6
commit f1219ecccd
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'bpftrace' # Template file for 'bpftrace'
pkgname=bpftrace pkgname=bpftrace
version=0.20.0 version=0.20.2
revision=2 revision=1
archs="x86_64* aarch64* ppc64*" archs="x86_64* aarch64* ppc64*"
build_style=cmake build_style=cmake
configure_args="-DUSE_SYSTEM_BPF_BCC=ON -DBUILD_TESTING=OFF" # needs root to run configure_args="-DUSE_SYSTEM_BPF_BCC=ON -DBUILD_TESTING=OFF" # needs root to run
hostmakedepends="flex pkg-config ruby-asciidoctor" hostmakedepends="flex pkg-config ruby-asciidoctor"
makedepends="bcc-devel cereal clang clang-tools-extra elfutils-devel libbpf-devel libxml2-devel llvm17-devel" makedepends="bcc-devel cereal clang clang-tools-extra elfutils-devel libbpf-devel libxml2-devel llvm17-devel libomp-devel"
short_desc="High-level tracing language for Linux enhanced Berkeley Packet Filter" short_desc="High-level tracing language for Linux enhanced Berkeley Packet Filter"
maintainer="Leah Neukirchen <leah@vuxu.org>" 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=ee70af32b208eff32e59108c9f1dcc569ce207f95babed68db9c408ca617bf08 checksum=8051bd84bfeec03d090ca619718ac4009b717dc212b52e03fe578d3a62a91c85
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"