From: Nicolas Thill Date: Wed, 25 Mar 2009 15:05:04 +0000 (+0000) Subject: libnl: fix compilation with eglibc (closes: #4785) X-Git-Tag: reboot~24087 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4fdfc8ee0e7169cfdb3c1479a2f58ba472407277;p=openwrt%2Fstaging%2Fchunkeey.git libnl: fix compilation with eglibc (closes: #4785) SVN-Revision: 15039 --- diff --git a/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch b/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch new file mode 100644 index 0000000000..0d20847079 --- /dev/null +++ b/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch @@ -0,0 +1,10 @@ +--- a/include/netlink-local.h ++++ b/include/netlink-local.h +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + + #include + #include