mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
bpftrace: no i686, really.
This commit is contained in:
parent
9d59d79798
commit
5da733f0c9
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'bpftrace'
|
||||
pkgname=bpftrace
|
||||
version=0.20.3
|
||||
version=0.20.4
|
||||
revision=1
|
||||
#archs="x86_64* aarch64* ppc64*"
|
||||
archs="x86_64* aarch64* ppc64*"
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_SYSTEM_BPF_BCC=ON -DBUILD_TESTING=OFF" # needs root to run
|
||||
hostmakedepends="flex pkg-config ruby-asciidoctor"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/iovisor/bpftrace/"
|
||||
distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz"
|
||||
checksum=29057213d253f893590b3e0a358c9382ec8ddaa6efd1af500aaaf297d23beafc
|
||||
checksum=7182c59db82dd4eac69fc74d6eb43656e2b45795df0a89840ae0456966d985da
|
||||
nostrip=yes # needs to read own symbol table
|
||||
|
||||
# bug in llvm17-devel dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue