Skip to content

Commit

Permalink
packaging: Add libelf.so as a runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed Apr 26, 2016
1 parent c65256d commit 11d107c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions SPECS/bcc+clang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ make install/strip DESTDIR=%{buildroot}

%package -n libbcc
Summary: Shared Library for BPF Compiler Collection (BCC)
Requires: elfutils-libelf
%description -n libbcc
Shared Library for BPF Compiler Collection (BCC)

Expand Down
1 change: 1 addition & 0 deletions SPECS/bcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ make install/strip DESTDIR=%{buildroot}

%package -n libbcc
Summary: Shared Library for BPF Compiler Collection (BCC)
Requires: elfutils-libelf
%description -n libbcc
Shared Library for BPF Compiler Collection (BCC)

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Homepage: https://github.com/iovisor/bcc

Package: libbcc
Architecture: amd64
Depends: libc6, libstdc++6
Depends: libc6, libstdc++6, libelf1
Description: Shared Library for BPF Compiler Collection (BCC)
Shared Library for BPF Compiler Collection to control BPF programs
from userspace.
Expand Down

0 comments on commit 11d107c

Please sign in to comment.