From: Dmitry Eremin-Solenikov Date: Thu, 18 Jun 2009 11:32:00 +0000 (+0400) Subject: libnl: fix compilation with new toolchain X-Git-Tag: Release-2010-05/1~3113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7835aae990e37f2e1a6309844d748b30be733592;p=openembedded.git libnl: fix compilation with new toolchain netlink-local.h demands limits.h to define several constants. Include it. Signed-off-by: Dmitry Eremin-Solenikov --- diff --git a/recipes/libnl/files/netlink-local-fix.patch b/recipes/libnl/files/netlink-local-fix.patch new file mode 100644 index 0000000000..51c6736025 --- /dev/null +++ b/recipes/libnl/files/netlink-local-fix.patch @@ -0,0 +1,12 @@ +Index: libnl-1.1/include/netlink-local.h +=================================================================== +--- libnl-1.1.orig/include/netlink-local.h 2009-06-18 15:28:32.614209645 +0400 ++++ libnl-1.1/include/netlink-local.h 2009-06-18 15:28:44.094190518 +0400 +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + + #include + #include diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb index 5f2d6f1a07..3895ec5558 100644 --- a/recipes/libnl/libnl_1.1.bb +++ b/recipes/libnl/libnl_1.1.bb @@ -13,6 +13,7 @@ SRC_URI = "\ file://local-includes.patch;patch=1 \ file://fix-includes.patch;patch=1 \ file://respect-ldflags.patch;patch=1 \ + file://netlink-local-fix.patch;patch=1 \ " do_stage () {