Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
bpftrace
Commits:
d9e77aa5 by Frederik Schwan at 2023-08-04T17:22:09+02:00
add dependency on libsframe.so to avoid breakage on binutils so-bumps
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgdesc='High-level tracing language for Linux eBPF'
arch=('x86_64')
url='https://github.com/iovisor/bpftrace'
license=('Apache')
-depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf' 'libpcap')
+depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf' 'libpcap'
'libsframe.so')
makedepends=('cmake' 'llvm' 'git' 'linux-headers' 'ninja' 'gtest' 'cereal'
'asciidoctor' 'xxd')
options=('!strip' '!debug')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/d9e77aa5651039b60ebf4e01346c9eb1c843215e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/d9e77aa5651039b60ebf4e01346c9eb1c843215e
You're receiving this email because of your account on gitlab.archlinux.org.