From 01ecec779eab158dee024a04554aec496997367e Mon Sep 17 00:00:00 2001 From: Frederik Schwan <freswa@archlinux.org> Date: Fri, 4 Aug 2023 20:21:35 +0200 Subject: [PATCH] add dependency on libsframe.so to avoid breakage on binutils so-bumps --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 29d9b94..c19d69e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -174,7 +174,7 @@ package_perf() { pkgdesc='Linux kernel performance auditing tool' depends=('glibc' 'perl' 'python' 'slang' 'elfutils' 'libunwind' 'binutils' 'numactl' 'audit' 'coreutils' 'glib2' 'xz' 'zlib' 'libelf' 'bash' - 'zstd' 'libcap' 'libtraceevent' 'openssl') + 'zstd' 'libcap' 'libtraceevent' 'openssl' 'libsframe.so') cd linux/tools/perf make -f Makefile.perf \ @@ -282,7 +282,7 @@ package_hyperv() { package_bpf() { pkgdesc='BPF tools' - depends=('glibc' 'readline' 'zlib' 'libelf' 'libcap' 'zstd' 'llvm-libs' 'binutils') + depends=('glibc' 'readline' 'zlib' 'libelf' 'libcap' 'zstd' 'llvm-libs' 'binutils' 'libsframe.so') cd linux/tools/bpf # skip runsqlower until disabled in build -- GitLab