aboutsummaryrefslogtreecommitdiffstats
path: root/testing/statserial/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/statserial/makefile.patch')
-rw-r--r--testing/statserial/makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/statserial/makefile.patch b/testing/statserial/makefile.patch
deleted file mode 100644
index 18284b0511..0000000000
--- a/testing/statserial/makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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