]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Better Linux compilation compability 193/head
authorJohnny Bengtsson <johnny.bengtsson@yahoo.se>
Mon, 12 Sep 2016 14:03:46 +0000 (16:03 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Sep 2016 14:03:46 +0000 (16:03 +0200)
Addition of the termcap and ncurses libraries fixes the compilation issue on Slackware Linux 14.2.

/usr/lib64/gcc/x86_64-slackware-linux/5.4.0/../../../../lib64/libreadline.so: undefined reference to `PC'
collect2: fel: ld returnerade avslutningsstatus 1
Makefile:132: receptet för målet "proxmark3" misslyckades
make[1]: *** [proxmark3] Fel 1
make[1]: Lämnar katalogen "/home/github/proxmark3/proxmark3/client"
Makefile:12: receptet för målet "client/all" misslyckades
make: *** [client/all] Fel 2
make: Lämnar katalogen "/home/github/proxmark3/proxmark3"

client/Makefile

index 7f9c4c84a8e7d1a129388a70303e983a6b584da0..cab4fddbb229d4852a43768ea5e985f655229a1c 100644 (file)
@@ -12,7 +12,7 @@ CXX=g++
 VPATH = ../common ../zlib
 OBJDIR = obj
 
-LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread -lm
+LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread -lm -ltermcap -lncurses
 LUALIB = ../liblua/liblua.a
 LDFLAGS = $(COMMON_FLAGS)
 CFLAGS = -std=c99 -I. -I../include -I../common -I../zlib -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4
Impressum, Datenschutz