mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
prereq-installed.mk: Add strace to targets needing libpath
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e8b1ed3c0c
commit
cf963e41ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(filter run gdb valgrind attach attach-strace libpath valgrind,$(MAKECMDGOALS)),)
|
||||
ifneq ($(filter run gdb valgrind attach attach-strace libpath valgrind strace,$(MAKECMDGOALS)),)
|
||||
PREREQ_BUILD += $(shell ls /etc/ld.so.conf.d | sed '/ld-.*.conf/ !d; s/ld-\(.*\).conf/\1/')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue