dev-debug/dtrace: update dostrip -x comment

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-10-03 01:26:42 +01:00
parent df6da5c1a1
commit a82dcfb041
2 changed files with 4 additions and 2 deletions

View File

@@ -167,7 +167,8 @@ src_test() {
src_install() {
emake DESTDIR="${D}" -j1 install $(usev test-install install-test)
# Stripping the BPF libs breaks them
# We want to strip neither the BPF libraries nor libdtrace.so itself
# as probes attach to some symbols that would get removed otherwise.
dostrip -x "/usr/$(get_libdir)"
# It's a binary (TODO: move it?)

View File

@@ -163,7 +163,8 @@ src_test() {
src_install() {
emake DESTDIR="${D}" -j1 install $(usev test-install install-test)
# Stripping the BPF libs breaks them
# We want to strip neither the BPF libraries nor libdtrace.so itself
# as probes attach to some symbols that would get removed otherwise.
dostrip -x "/usr/$(get_libdir)"
# It's a binary (TODO: move it?)