diff options
author | James Meyer <james.meyer@operamail.com> | 2013-01-23 23:45:45 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-01-23 23:45:45 (GMT) |
commit | 879fd1c6e6a0fc060866f810956b00be2d1792cf (patch) | |
tree | ab2e1feabcc4112ff6d600dcc04935da07942f02 /abs/core/libnl1/fix-compilation.patch | |
parent | 608387a01077ddd0733a46e47cee06c304bf62e3 (diff) | |
download | linhes_pkgbuild-879fd1c6e6a0fc060866f810956b00be2d1792cf.zip linhes_pkgbuild-879fd1c6e6a0fc060866f810956b00be2d1792cf.tar.gz linhes_pkgbuild-879fd1c6e6a0fc060866f810956b00be2d1792cf.tar.bz2 |
libnl1: needed by ceton usb userspace program
refs #899
Diffstat (limited to 'abs/core/libnl1/fix-compilation.patch')
-rw-r--r-- | abs/core/libnl1/fix-compilation.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/libnl1/fix-compilation.patch b/abs/core/libnl1/fix-compilation.patch new file mode 100644 index 0000000..891562a --- /dev/null +++ b/abs/core/libnl1/fix-compilation.patch @@ -0,0 +1,10 @@ +--- libnl-1.1.orig/include/netlink-local.h 2008-01-14 16:48:45.000000000 +0100 ++++ libnl-1.1/include/netlink-local.h 2009-06-26 11:15:33.186011844 +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> |