projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb7c60
)
perf tui: Add explicit -lslang option
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 17 May 2010 19:42:37 +0000
(16:42 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 17 May 2010 19:42:37 +0000
(16:42 -0300)
At least on rawhide using -lnewt is not enough if we use SLang routines
directly, so add an explicit -lslang since we use SLang routines.
Reported-by: Ingo Molnar <mingo@elte.hu>
Tested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tools/perf/Makefile
b/tools/perf/Makefile
index a9281cca411412be75e12a867b1224af37cbfa45..e2729fcfaf300c7f38959e4dc3d8c63906c4ecdb 100644
(file)
--- a/
tools/perf/Makefile
+++ b/
tools/perf/Makefile
@@
-564,7
+564,7
@@
ifneq ($(shell sh -c "(echo '\#include <newt.h>'; echo 'int main(void) { newtIni
else
# Fedora has /usr/include/slang/slang.h, but ubuntu /usr/include/slang.h
BASIC_CFLAGS += -I/usr/include/slang
- EXTLIBS += -lnewt
+ EXTLIBS += -lnewt
-lslang
LIB_OBJS += $(OUTPUT)util/newt.o
endif