1Link to libncurses instead of the legacy libcurses. 2 3Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 4 5diff -Nura statserial-1.1.orig/Makefile statserial-1.1/Makefile 6--- statserial-1.1.orig/Makefile 2014-07-04 12:47:41.279440415 -0300 7+++ statserial-1.1/Makefile 2014-07-04 12:47:47.948665740 -0300 8@@ -10,7 +10,7 @@ 9 LDFLAGS = -s -N 10 11 statserial: statserial.o 12- $(LD) $(LDFLAGS) -o statserial statserial.o -lcurses 13+ $(LD) $(LDFLAGS) -o statserial statserial.o -lncurses 14 15 statserial.o: statserial.c 16 $(CC) $(CFLAGS) -c statserial.c 17