Em Fri, Nov 29, 2013 at 04:05:52PM -0500, Dongsheng Yang escreveu:The package required for numa is named numactl-devel in Fedora and RHEL andApplying, but please always CC linux-kernel@xxxxxxxxxxxxxxx, so that
libnuma-devel in OpenSuSE. This patch correct the package name in warning
message.
others can review it as well.
- Arnaldo
Signed-off-by: Dongsheng Yang <yangds.fnst@xxxxxxxxxxxxxx>
---
tools/perf/config/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 80ea6d8..2e615d8 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -537,7 +537,7 @@ endif
ifndef NO_LIBNUMA
ifeq ($(feature-libnuma), 0)
- msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numa-libs-devel or libnuma-dev);
+ msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numactl-devel or libnuma-devel);
NO_LIBNUMA := 1
else
CFLAGS += -DHAVE_LIBNUMA_SUPPORT
--
1.8.2.1