diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 11:41:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 11:41:33 +0200 |
commit | 85da9410386bd8c103bbe74881db43ace3ce8bb0 (patch) | |
tree | 8e93e3c95893b5c100ea6b6a404bb63632e42fac /package/iproute2 | |
parent | 80e7f71373338f6fea443a54041a46556793beae (diff) | |
parent | bd66c8f78a365b7e2027c52eb8ec8f7babf707ff (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iproute2')
-rw-r--r-- | package/iproute2/Makefile | 2 | ||||
-rw-r--r-- | package/iproute2/patches/patch-Makefile | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 21e38f214..310a0086d 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= iproute2 PKG_VERSION:= 3.10.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 45fb5427fc723a0001c72b92c931ba02 PKG_DESCR:= iproute2 routing control utility PKG_SECTION:= route 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) |