From 34c2726ca7631202f916215c32abce663dda5e88 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Fri, 30 Sep 2016 07:12:26 +0100 Subject: [PATCH] iproute2: fix no fortify build failure Fix rt_names build failure when FORTIFY_SOURCE disabled. Include limits.h which otherwise gets automatically included by fortify headers. Solves FS #194 Signed-off-by: Kevin Darbyshire-Bryant --- .../utils/iproute2/patches/130-missing_include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package/network/utils/iproute2/patches/130-missing_include.patch b/package/network/utils/iproute2/patches/130-missing_include.patch index 88dfd8585f..8759a62599 100644 --- a/package/network/utils/iproute2/patches/130-missing_include.patch +++ b/package/network/utils/iproute2/patches/130-missing_include.patch @@ -8,3 +8,13 @@ #include "utils.h" #include "namespace.h" +--- a/lib/rt_names.c ++++ b/lib/rt_names.c +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + + #include + #include -- 2.30.2