diff options
author | Yegor Yefremov <yegor_sub1@visionsystems.de> | 2011-04-27 14:59:58 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-15 00:09:52 +0200 |
commit | 83672c4869251935ffb103fe7e46108b4ae20e93 (patch) | |
tree | 7a3abc2fd8de294fb74f0ccf0d7a9e5face15977 /package/libnl/libnl-1.1-netlink-local-fix.patch | |
parent | 644d8808d274018a2cc67b35b781dff64d66d3a6 (diff) |
libnl: bump to version 3.0
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libnl/libnl-1.1-netlink-local-fix.patch')
-rw-r--r-- | package/libnl/libnl-1.1-netlink-local-fix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/libnl/libnl-1.1-netlink-local-fix.patch b/package/libnl/libnl-1.1-netlink-local-fix.patch deleted file mode 100644 index 79cda2850..000000000 --- a/package/libnl/libnl-1.1-netlink-local-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -Fixes the ULONG_MAX definition problem: - -In file included from cache.c:43: -../include/netlink-local.h: In function '__str2type':../include/netlink-local.h:218: error: 'ULONG_MAX' undeclared (first use in this function) - -Patch borrowed from OpenEmbedded, recipes/libnl/files/netlink-local-fix.patch. - -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 <sys/socket.h> - #include <inttypes.h> - #include <assert.h> -+#include <limits.h> - - #include <arpa/inet.h> - #include <netdb.h> |