From 71395364ee7b6e9c3f314bd9ed8eb2cce80cdb7e Mon Sep 17 00:00:00 2001 From: iNVAiN Date: Wed, 24 Aug 2022 03:21:35 +0000 Subject: [PATCH] fix build Signed-off-by: iNVAiN --- SPECS/bpftrace.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/bpftrace.spec b/SPECS/bpftrace.spec index 933d327..307f063 100644 --- a/SPECS/bpftrace.spec +++ b/SPECS/bpftrace.spec @@ -2,7 +2,7 @@ Name: bpftrace Version: 0.12.1 -Release: 4%{?dist} +Release: 4%{?dist}.1 Summary: High-level tracing language for Linux eBPF License: ASL 2.0 @@ -59,7 +59,8 @@ and predecessor tracers such as DTrace and SystemTap %cmake . \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DBUILD_TESTING:BOOL=OFF \ - -DBUILD_SHARED_LIBS:BOOL=OFF + -DBUILD_SHARED_LIBS:BOOL=OFF \ + -DHAVE_LIBBPF_LINK_CREATE:BOOL=OFF %make_build @@ -95,6 +96,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %endif %changelog +* Wed Jun 29 2022 Kairui Song - 0.12.1-4.oc8.1 +- Fix building failure with OC8 + * Thu Dec 02 2021 Jerome Marchand - 0.12.1-4 - Rebuild on LLVM13 - Small spec cleanup -- Gitee