From ab4948d160bf7a9db70657f169475ea46bc21a3b Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 3 Jan 2013 17:47:52 +0000 Subject: testing/statserial: new aport. Fixes #1533 --- testing/statserial/makefile.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/statserial/makefile.patch (limited to 'testing/statserial/makefile.patch') diff --git a/testing/statserial/makefile.patch b/testing/statserial/makefile.patch new file mode 100644 index 0000000000..18284b0511 --- /dev/null +++ b/testing/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