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:
Sam James
2025-06-05 22:15:45 +01:00
parent 739e629581
commit 497bde980a

View File

@@ -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