mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-libs/libtrace: don't strip BPF
Just like in DTrace. Closes: https://bugs.gentoo.org/856493 Closes: https://bugs.gentoo.org/956760 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -33,6 +33,10 @@ BDEPEND="
|
||||
app-alternatives/yacc
|
||||
"
|
||||
|
||||
QA_EXECSTACK="
|
||||
usr/share/libtrace/format_linux_xdp_kern.bpf
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
@@ -60,6 +64,9 @@ src_configure() {
|
||||
src_install() {
|
||||
default
|
||||
|
||||
# BPF
|
||||
dostrip -x /usr/share/libtrace/format_linux_xdp_kern.bpf
|
||||
|
||||
if use doc ; then
|
||||
docinto html
|
||||
dodoc -r docs/doxygen/html
|
||||
|
||||
Reference in New Issue
Block a user