mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump iproute2 version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
a4a73b01e1
commit
89f3997429
3 changed files with 16 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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 <linux/types.h>
|
||||
#include <linux/socket.h>
|
||||
-#include <linux/in6.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <rdma/ib_user_verbs.h>
|
||||
#include <rdma/ib_user_sa.h>
|
||||
--- a/include/uapi/linux/if_tunnel.h
|
||||
+++ b/include/uapi/linux/if_tunnel.h
|
||||
@@ -3,7 +3,6 @@
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue