Re: [PATCH] iproute2: fix build with a newer toolchain

2021-03-05 Thread Rui Salvaterra
Hi, On Wed, 3 Mar 2021 at 20:48, Rui Salvaterra wrote: > > GCC 10.2.0 complains loudly of missing limits.h. Add a patch to fix this. > > Signed-off-by: Rui Salvaterra As a side note, I tried building from a pristine master today and tc *always* fails to build for me, being a -j n or at -j 1 (th

Re: [PATCH] iproute2: fix build with a newer toolchain

2021-03-04 Thread Philip Prindeville
Reviewed-by: Philip Prindeville > On Mar 3, 2021, at 1:48 PM, Rui Salvaterra wrote: > > GCC 10.2.0 complains loudly of missing limits.h. Add a patch to fix this. > > Signed-off-by: Rui Salvaterra > --- > .../050-fix-build-include-limits.patch| 23 +++ > 1 file changed,

[PATCH] iproute2: fix build with a newer toolchain

2021-03-03 Thread Rui Salvaterra
GCC 10.2.0 complains loudly of missing limits.h. Add a patch to fix this. Signed-off-by: Rui Salvaterra --- .../050-fix-build-include-limits.patch| 23 +++ 1 file changed, 23 insertions(+) create mode 100644 package/network/utils/iproute2/patches/050-fix-build-include-l