From 158457391bd8171e71bca64be77547a2335b30a3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 28 Jun 2015 09:26:31 +0200 Subject: [PATCH] iproute2: unbreak armv6 cross. --- .../iproute2/patches/tipc-bearer-missing-def.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/iproute2/patches/tipc-bearer-missing-def.patch diff --git a/srcpkgs/iproute2/patches/tipc-bearer-missing-def.patch b/srcpkgs/iproute2/patches/tipc-bearer-missing-def.patch new file mode 100644 index 00000000000..f37be3eeae0 --- /dev/null +++ b/srcpkgs/iproute2/patches/tipc-bearer-missing-def.patch @@ -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,