mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-debug/dtrace: update dostrip -x comment
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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?)
|
||||
|
||||
@@ -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?)
|
||||
|
||||
Reference in New Issue
Block a user