Skip to content

Commit

Permalink
dev-util/bcc: Add check for CONFIG_KALLSYMS_ALL
Browse files Browse the repository at this point in the history
All ${FS}dist tools except for zfsdist need this to work.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
ryao committed May 28, 2018
1 parent ef152f2 commit 972cb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-util/bcc/bcc-0.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}

pkg_pretend() {
local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER."
~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL"

check_extra_config
}
Expand Down
2 changes: 1 addition & 1 deletion dev-util/bcc/bcc-0.5.0_p20171230.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}

pkg_pretend() {
local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER."
~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL."

check_extra_config
}
Expand Down

0 comments on commit 972cb58

Please sign in to comment.