summaryrefslogtreecommitdiff
path: root/package/iproute2/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-08 15:53:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-08 15:53:46 +0100
commit4c532dedb674428f1989aff8a2022d47d70989af (patch)
tree5d73d307f592d6478e7670f38e38be29af3d7e7d /package/iproute2/patches/patch-Makefile
parentc1c8a3a70cf68fbe5089c448f7f8086bceb4efe7 (diff)
update iproute2
Diffstat (limited to 'package/iproute2/patches/patch-Makefile')
-rw-r--r--package/iproute2/patches/patch-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iproute2/patches/patch-Makefile b/package/iproute2/patches/patch-Makefile
deleted file mode 100644
index 44cda46e9..000000000
--- a/package/iproute2/patches/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- iproute2-3.10.0.orig/Makefile 2013-07-16 19:06:36.000000000 +0200
-+++ iproute2-3.10.0/Makefile 2013-10-10 15:30:09.000000000 +0200
-@@ -30,7 +30,7 @@ CC = gcc
- HOSTCC = gcc
- DEFINES += -D_GNU_SOURCE
- CCOPTS = -O2
--WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
-+WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
- WFLAGS += -Wmissing-declarations -Wold-style-definition
-
- CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)