From a24fa4b05b0458ff876d6f149afbbbe73ad30733 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Mon, 11 Mar 2013 16:50:21 -0400 Subject: [PATCH] Makefile: Also use libunwind RPMs for perf. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/root_image/Makefile b/root_image/Makefile index 9850e46..86638a2 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -824,6 +824,7 @@ perf-depend: $(call RPM_TO_USERSPACE,./usr/bin/less,$(RPM_DIR)/less) $(call RPM_TO_USERSPACE,./usr/bin/expand,$(RPM_DIR)/coreutils) $(call RPM_TO_USERSPACE,./usr/bin/objdump,$(RPM_DIR)/binutils) + $(call RPM_TO_USERSPACE,*libunwind*.so*,$(RPM_DIR)/libunwind) .PHONY: perf-install perf-install: perf-depend -- 2.39.5