From: nico Date: Wed, 25 Mar 2009 15:05:04 +0000 (+0000) Subject: [package] libnl: fix compilation with eglibc (closes: #4785) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3058e8b6a2f9863fe174786d4681e0be9a636090;p=10.03%2Fopenwrt.git [package] libnl: fix compilation with eglibc (closes: #4785) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15039 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 000000000..0d2084707 --- /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