The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / statserial / 0001-ncurses-link.patch
1 Link to libncurses instead of the legacy libcurses.
2
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
4
5 diff -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