diff options
Diffstat (limited to 'package/vnstat/patches/patch-src_Makefile')
-rw-r--r-- | package/vnstat/patches/patch-src_Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/vnstat/patches/patch-src_Makefile b/package/vnstat/patches/patch-src_Makefile deleted file mode 100644 index 54415ddad..000000000 --- a/package/vnstat/patches/patch-src_Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- vnstat-1.4.orig/src/Makefile 2004-03-26 14:25:51.000000000 +0100 -+++ vnstat-1.4/src/Makefile 2011-01-22 00:05:41.408658273 +0100 -@@ -1,5 +1,5 @@ - CC = gcc --CFLAGS = -O2 -+CFLAGS ?= -O2 - OBJS = proc.o db.o misc.o - OBJS64 = proc64.o db.o misc.o - |