From ec90bd153699f3478e213712d7f952a21889e2ef Mon Sep 17 00:00:00 2001 From: Teguh Date: Sat, 23 Nov 2013 13:18:14 +0700 Subject: ifpps, flowtop: Fix DSO ncurses terminal interface linking problem Add LDFLAGS for libtinfo for cases where it is separate from ncurses. [tklauser: Whitespace fixes in ifpps/Makefile and added patch description] Signed-off-by: Teguh Signed-off-by: Tobias Klauser --- ifpps/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ifpps/Makefile') diff --git a/ifpps/Makefile b/ifpps/Makefile index 81100db..e095d27 100644 --- a/ifpps/Makefile +++ b/ifpps/Makefile @@ -1,4 +1,5 @@ -ifpps-libs = $(shell pkg-config --libs ncurses) +ifpps-libs = $(shell pkg-config --libs ncurses) \ + $(shell pkg-config --libs tinfo) ifpps-objs = xmalloc.o \ ioops.o \ -- cgit v1.2.3-54-g00ecf