diff --git a/pkg/iproute2/0001.patch b/pkg/iproute2/0001.patch index 1595473..88972d8 100644 --- a/pkg/iproute2/0001.patch +++ b/pkg/iproute2/0001.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -12,20 +12,20 @@ ifeq ($(VERBOSE),0) +@@ -12,22 +12,22 @@ ifeq ($(VERBOSE),0) MAKEFLAGS += --no-print-directory endif @@ -8,12 +8,14 @@ -LIBDIR?=$(PREFIX)/lib -SBINDIR?=/sbin -CONFDIR?=/etc/iproute2 --DATADIR?=$(PREFIX)/share --HDRDIR?=$(PREFIX)/include/iproute2 +PREFIX= +LIBDIR=/lib +SBINDIR=/bin +CONFDIR=/etc/iproute2 + NETNS_RUN_DIR?=/var/run/netns + NETNS_ETC_DIR?=/etc/netns +-DATADIR?=$(PREFIX)/share +-HDRDIR?=$(PREFIX)/include/iproute2 +DATADIR=/share +HDRDIR=/include/iproute2 DOCDIR?=$(DATADIR)/doc/iproute2 diff --git a/pkg/iproute2/0002.patch b/pkg/iproute2/0002.patch index 898fe15..8599b63 100644 --- a/pkg/iproute2/0002.patch +++ b/pkg/iproute2/0002.patch @@ -1,3 +1,12 @@ +--- a/rdma/include/uapi/rdma/rdma_user_cm.h ++++ b/rdma/include/uapi/rdma/rdma_user_cm.h +@@ -37,5 +37,5 @@ + #include + #include +-#include ++#include + #include + #include --- a/include/uapi/linux/if_tunnel.h +++ b/include/uapi/linux/if_tunnel.h @@ -3,7 +3,6 @@ diff --git a/pkg/iproute2/build b/pkg/iproute2/build index 59c026f..5f4ae3b 100755 --- a/pkg/iproute2/build +++ b/pkg/iproute2/build @@ -1,8 +1,8 @@ -VERSION="4.16.0" +VERSION="4.17.0" SRCDIR="iproute2-${VERSION}" TARBALL="${SRCDIR}.tar.xz" URL="https://www.kernel.org/pub/linux/utils/net/iproute2/" -SHA256SUM="0c5c24020fd7349fe25728c5edee9fb6a1bc8a38f08e23be5c57a6301e55ee0a" +SHA256SUM="6fa991b092315887775b9e47dc6a89af7ae09dd3ad4ccff754d055c566b4be6e" DEPENDS="bdb libmnl" prepare() {