Skip to content

Commit

Permalink
build: Remove dependency on LLVM header from libbcc packages
Browse files Browse the repository at this point in the history
This is essentially reverting iovisor#4921

Signed-off-by: Manu Bretelle <[email protected]>
  • Loading branch information
chantra authored and yonghong-song committed May 30, 2024
1 parent 5b8e284 commit 1d8daaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion SPECS/bcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ BuildRequires: llvm-static
%endif
%endif
BuildRequires: pkgconfig ncurses-devel
Requires: llvm-devel

%description
Python bindings for BPF Compiler Collection (BCC). Control a BPF program from
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Package: libbcc
Architecture: any
Provides: libbpfcc, libbpfcc-dev
Conflicts: libbpfcc, libbpfcc-dev
Depends: libc6, libstdc++6, libelf1, llvm-12-dev
Depends: libc6, libstdc++6, libelf1
# add 'libdebuginfod1' to Depends if built with libdebuginfod support
Description: Shared Library for BPF Compiler Collection (BCC)
Shared Library for BPF Compiler Collection to control BPF programs
Expand Down

0 comments on commit 1d8daaa

Please sign in to comment.