aports/main/statserial/makefile.patch
2013-01-18 17:26:32 +00:00

12 lines
257 B
Diff

--- statserial-1.1.orig/Makefile
+++ statserial-1.1/Makefile
@@ -7,7 +7,7 @@
# for production code
CFLAGS = -Wall -O3 -fomit-frame-pointer
-LDFLAGS = -s -N
+LDFLAGS = -s
statserial: statserial.o
$(LD) $(LDFLAGS) -o statserial statserial.o -lcurses