iproute2: update to 4.13.0.
This commit is contained in:
parent
0790ea4297
commit
e74cc6b617
2 changed files with 15 additions and 2 deletions
13
srcpkgs/iproute2/patches/tipc-bearer-missing-def.patch
Normal file
13
srcpkgs/iproute2/patches/tipc-bearer-missing-def.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- tipc/bearer.c.orig 2015-06-26 21:28:25.000000000 +0200
|
||||
+++ tipc/bearer.c 2015-06-28 09:24:34.836132040 +0200
|
||||
@@ -26,6 +26,10 @@
|
||||
#include "msg.h"
|
||||
#include "bearer.h"
|
||||
|
||||
+#ifndef TIPC_MAX_BEARER_NAME
|
||||
+#define TIPC_MAX_BEARER_NAME 32
|
||||
+#endif
|
||||
+
|
||||
static void _print_bearer_opts(void)
|
||||
{
|
||||
fprintf(stderr,
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'iproute2'
|
||||
pkgname=iproute2
|
||||
version=4.12.0
|
||||
version=4.13.0
|
||||
revision=1
|
||||
hostmakedepends="pkg-config perl flex"
|
||||
makedepends="libfl-devel libmnl-devel db-devel iptables-devel"
|
||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
|
||||
license="GPL-2"
|
||||
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=2e0a4c4262d9f6c169885a6e16c4c5c5f1ef6fd57b6a0e7b41f42be5bb6ebd7d
|
||||
checksum=9cfb81edf8c8509e03daa77cf62aead01c4a827132f6c506578f94cc19415c50
|
||||
|
||||
do_configure() {
|
||||
./configure
|
||||
|
|
Loading…
Reference in a new issue