diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 11:43:19 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 11:43:19 +0200 |
| commit | c48212fda03866172022c7666ae2353168a295d8 (patch) | |
| tree | 59a0d8acdd7204cdafe4ccc84f3c2e60bdcf39b6 /package/iproute2/patches | |
| parent | 633388aa0d49b87d723ed7475e434a514bd391bd (diff) | |
| parent | bd66c8f78a365b7e2027c52eb8ec8f7babf707ff (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iproute2/patches')
| -rw-r--r-- | package/iproute2/patches/patch-Makefile | 11 |
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) |
