From da422d63cf72f05137326de21e931e64108f9636 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 18 Jan 2013 17:26:32 +0000 Subject: main/statserial: moved from testing ref #1533 --- main/statserial/makefile.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/statserial/makefile.patch (limited to 'main/statserial/makefile.patch') diff --git a/main/statserial/makefile.patch b/main/statserial/makefile.patch new file mode 100644 index 0000000000..18284b0511 --- /dev/null +++ b/main/statserial/makefile.patch @@ -0,0 +1,11 @@ +--- 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 -- cgit v1.2.3