| Submitter | Gustavo Zacarias |
|---|---|
| Date | March 30, 2012, 8:52 p.m. |
| Message ID | <1333140725-28395-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/149752/ |
| State | Accepted |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Bump to version 3.3.0
Gustavo> We now need to keep builtin headers since it's using very
Gustavo> modern defines which aren't yet mainstream in glibc or uClibc.
Committed, thanks.
Patch
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index 100f20a..ee5c04a 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -4,7 +4,7 @@ # ############################################################# -IPROUTE2_VERSION = 3.1.0 +IPROUTE2_VERSION = 3.3.0 IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2 IPROUTE2_TARGET_SBINS = ctstat genl ifstat ip lnstat nstat routef routel rtacct rtmon rtpr rtstat ss tc @@ -25,8 +25,6 @@ endef endif define IPROUTE2_CONFIGURE_CMDS - # Use kernel headers - rm -r $(IPROUTE2_DIR)/include/netinet # arpd needs berkeleydb $(SED) "/^TARGETS=/s: arpd : :" $(IPROUTE2_DIR)/misc/Makefile echo "IPT_LIB_DIR:=/usr/lib/xtables" >>$(IPROUTE2_DIR)/Config
Bump to version 3.3.0 We now need to keep builtin headers since it's using very modern defines which aren't yet mainstream in glibc or uClibc. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/iproute2/iproute2.mk | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)