From: henryk@ploetzli.ch Date: Fri, 28 Aug 2009 00:35:27 +0000 (+0000) Subject: termcap is deprecated and doesn't seem to be needed anyway X-Git-Tag: v1.0.0~513 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/47c872f48f6408198e847973bd623b2ba87796ec termcap is deprecated and doesn't seem to be needed anyway --- diff --git a/linux/Makefile b/linux/Makefile index 062d3812..10839128 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,4 +1,4 @@ -LDFLAGS = -ltermcap -lusb -lreadline -lpthread -L/opt/local/lib +LDFLAGS = -lusb -lreadline -lpthread -L/opt/local/lib CFLAGS = -I. -I/opt/local/include -Wall -Wno-unused-function CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall