diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-29 14:16:54 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-29 14:16:54 +0200 |
commit | ed5322011b01b3971430f3fb26d6bb199f714d89 (patch) | |
tree | a155fca91a95111f6c9e06d3b2522ac270d28f27 /extra/libnl/gcc43.patch | |
parent | 98f68eb7c1ae70b86850b56ecdf1baa62b024752 (diff) | |
download | nutyx-pakxe-ed5322011b01b3971430f3fb26d6bb199f714d89.tar.gz nutyx-pakxe-ed5322011b01b3971430f3fb26d6bb199f714d89.tar.bz2 nutyx-pakxe-ed5322011b01b3971430f3fb26d6bb199f714d89.tar.xz nutyx-pakxe-ed5322011b01b3971430f3fb26d6bb199f714d89.zip |
Ajout de libnl#1.1-1
Diffstat (limited to 'extra/libnl/gcc43.patch')
-rw-r--r-- | extra/libnl/gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/libnl/gcc43.patch b/extra/libnl/gcc43.patch new file mode 100644 index 000000000..e9089639b --- /dev/null +++ b/extra/libnl/gcc43.patch @@ -0,0 +1,11 @@ +--- libnl-1.1/include/netlink-local.h.orig 2008-06-08 19:09:20.000000000 +0200 ++++ libnl-1.1/include/netlink-local.h 2008-06-08 19:09:33.000000000 +0200 +@@ -26,6 +26,7 @@ + #include <sys/socket.h> + #include <inttypes.h> + #include <assert.h> ++#include <limits.h> + + #include <arpa/inet.h> + #include <netdb.h> + |