Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
linux-tools
Commits:
01ecec77 by Frederik Schwan at 2023-08-04T20:21:35+02:00
add dependency on libsframe.so to avoid breakage on binutils so-bumps
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
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
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-tools/-/commit/01ecec779eab158dee024a04554aec496997367e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-tools/-/commit/01ecec779eab158dee024a04554aec496997367e
You're receiving this email because of your account on gitlab.archlinux.org.