!52 [sync] PR-51: Use conditonal build to enable with_llvm_shared option

From: @openeuler-sync-bot 
Reviewed-by: @bitcoffee 
Signed-off-by: @bitcoffee
This commit is contained in:
openeuler-ci-bot 2023-06-17 08:06:38 +00:00 committed by Gitee
commit 6099dff648
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <kwb0523@163.com> - 0.23.0-1
- Use conditonal build to enable with_llvm_shared option
* Tue Dec 28 2021 sunsuwan <sunsuwan2@huawei.com> - 0.23.0-0
- update bcc from 0.15.0 to 0.23.0