diff network/iproute2/musl.patch @ 181:9ae9da1e3854

network/iproute2: initial import, closes #1146
author David Demelier <markand@malikania.fr>
date Sat, 16 Mar 2019 10:28:48 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/network/iproute2/musl.patch	Sat Mar 16 10:28:48 2019 +0100
@@ -0,0 +1,15 @@
+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"