iproute2: update to 5.4.0

This commit is contained in:
Paper Mountain Studio 2019-12-06 21:49:29 +01:00 committed by Juan RP
parent a38e4ec9a4
commit e1dc426dd6
2 changed files with 2 additions and 18 deletions

View file

@ -1,15 +0,0 @@
Upstream: No
Reason: FTBFS
diff --git tc/f_flower.c tc/f_flower.c
index 65fca04..5043907 100644
--- tc/f_flower.c
+++ tc/f_flower.c
@@ -19,6 +19,7 @@
#include <linux/ip.h>
#include <linux/tc_act/tc_vlan.h>
#include <linux/mpls.h>
+#include <linux/limits.h>
#include "utils.h"
#include "tc_util.h"

View file

@ -1,6 +1,6 @@
# Template file for 'iproute2'
pkgname=iproute2
version=5.3.0
version=5.4.0
revision=1
build_style=configure
make_install_args="SBINDIR=/usr/bin"
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://wiki.linuxfoundation.org/networking/iproute2"
distfiles="${KERNEL_SITE}/utils/net/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=cb1c1e45993a3bd2438543fd4332d70f1726a6e6ff97dc613a8258c993117b3f
checksum=fe97aa60a0d4c5ac830be18937e18dc3400ca713a33a89ad896ff1e3d46086ae
conf_files="
/etc/iproute2/ematch_map
@ -26,7 +26,6 @@ do_check() {
}
post_install() {
rm -r ${DESTDIR}/usr/share/doc
rm -r ${DESTDIR}/usr/share/man/man3
}