From f2ba1b64c9f4bd34c311df4586d44cfc66cadcba Mon Sep 17 00:00:00 2001 From: JofDiamonds Date: Fri, 16 Jun 2023 17:22:01 +0800 Subject: [PATCH] Use conditonal build to enable with_llvm_shared option --- bcc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 036895f..9f3ab97 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,6 +1,8 @@ +%bcond_without llvm_shared + Name: bcc Version: 0.23.0 -Release: 0 +Release: 1 Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -159,6 +161,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog +* Fri Jun 16 2023 JofDiamonds - 0.23.0-1 +- Use conditonal build to enable with_llvm_shared option + * Tue Dec 28 2021 sunsuwan - 0.23.0-0 - update bcc from 0.15.0 to 0.23.0 -- Gitee