summaryrefslogtreecommitdiff
path: root/package/iproute2/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-10 15:31:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-10 15:31:47 +0200
commitf96744e56753a17601f7cc66a4f5388278d151ed (patch)
treebf918f3bda7aace8df936fa9f8df8819dce8a44f /package/iproute2/patches/patch-Makefile
parent346d35c30d0da6347657eed64255f40aa0bcc9ef (diff)
workaround compile error for avr32
Diffstat (limited to 'package/iproute2/patches/patch-Makefile')
-rw-r--r--package/iproute2/patches/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iproute2/patches/patch-Makefile b/package/iproute2/patches/patch-Makefile
new file mode 100644
index 000000000..44cda46e9
--- /dev/null
+++ b/package/iproute2/patches/patch-Makefile
@@ -0,0 +1,11 @@
+--- 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)