Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1431769 > unrolled thread
| Started by | neerajbadlani@gmail.com |
|---|---|
| First post | 2016-06-27 09:20 +0200 |
| Last post | 2016-06-27 10:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] [perf]: update makefile message for installing required libs neerajbadlani@gmail.com - 2016-06-27 09:20 +0200
Re: [PATCH] [perf]: update makefile message for installing required libs Peter Zijlstra <peterz@infradead.org> - 2016-06-27 10:20 +0200
| From | neerajbadlani@gmail.com |
|---|---|
| Date | 2016-06-27 09:20 +0200 |
| Subject | [PATCH] [perf]: update makefile message for installing required libs |
| Message-ID | <rOyZP-5wh-3@gated-at.bofh.it> |
From: Neeraj Badlani <neerajbadlani@gmail.com>
In case of missing library (libslang), give hint to install library (libslang2-dev)
Since libslang-dev is not provided by Ubuntu's apt-package
Signed-off-by: Neeraj Badlani <neerajbadlani@gmail.com>
---
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 5ad0255..e57d4d7 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -437,7 +437,7 @@ endif
ifndef NO_SLANG
ifneq ($(feature-libslang), 1)
- msg := $(warning slang not found, disables TUI support. Please install slang-devel or libslang-dev);
+ msg := $(warning slang not found, disables TUI support. Please install slang-devel or libslang-dev or libslang2-dev);
NO_SLANG := 1
else
# Fedora has /usr/include/slang/slang.h, but ubuntu /usr/include/slang.h
--
2.7.4
[toc] | [next] | [standalone]
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Date | 2016-06-27 10:20 +0200 |
| Subject | Re: [PATCH] [perf]: update makefile message for installing required libs |
| Message-ID | <rOzVT-66k-5@gated-at.bofh.it> |
| In reply to | #1431769 |
On Mon, Jun 27, 2016 at 12:10:52AM -0700, neerajbadlani@gmail.com wrote: > From: Neeraj Badlani <neerajbadlani@gmail.com> > > In case of missing library (libslang), give hint to install library (libslang2-dev) > Since libslang-dev is not provided by Ubuntu's apt-package > > Signed-off-by: Neeraj Badlani <neerajbadlani@gmail.com> > --- > tools/perf/config/Makefile | 2 +- You're still very much not Cc'ing the right people here..
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web