From 9f7a1d5ae6b37c26f230978dc321458780c0a7c2 Mon Sep 17 00:00:00 2001 From: Lemmy Huang Date: Tue, 22 Apr 2025 10:59:46 +0800 Subject: [PATCH] fix compile failed Signed-off-by: Lemmy Huang --- bpftrace.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bpftrace.spec b/bpftrace.spec index 97412f5..620b073 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,6 +1,6 @@ Name: bpftrace Version: 0.19.1 -Release: 2 +Release: 3 Summary: High-level tracing language for Linux eBPF License: ASL 2.0 @@ -17,6 +17,7 @@ BuildRequires: bcc-devel >= 0.19.0-1 BuildRequires: libbpf-devel libbpf-static BuildRequires: binutils-devel BuildRequires: cereal-devel libdwarf-devel rubygem-asciidoctor +BuildRequires: libxml2-devel libffi-devel %description bpftrace is a high-level tracing language for Linux enhanced Berkeley Packet @@ -68,6 +69,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %changelog +* Tue May 22 2025 LemmyHuang - 0.19.1-3 +- fix compile failed + * Tue Oct 29 2024 Wenlong Zhang - 0.19.1-2 - fix build error on loongarch64 -- Gitee