From e68aff98306d77c24f1f2d209df2474653716d37 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 26 Sep 2013 11:15:51 +0200 Subject: fix uclibc compile --- package/libnl/patches/patch-lib_addr_c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/libnl/patches/patch-lib_addr_c (limited to 'package/libnl/patches') diff --git a/package/libnl/patches/patch-lib_addr_c b/package/libnl/patches/patch-lib_addr_c new file mode 100644 index 000000000..7e1622bc4 --- /dev/null +++ b/package/libnl/patches/patch-lib_addr_c @@ -0,0 +1,16 @@ +--- libnl-3.2.22.orig/lib/addr.c 2013-04-05 10:35:44.000000000 +0200 ++++ libnl-3.2.22/lib/addr.c 2013-09-26 11:13:50.000000000 +0200 +@@ -33,6 +33,13 @@ + #include + #include + ++#ifndef PF_RDS ++#define PF_RDS 21 ++#endif ++#ifndef AF_RDS ++#define AF_RDS PF_RDS ++#endif ++ + /* All this DECnet stuff is stolen from iproute2, thanks to whoever wrote + * this, probably Alexey. */ + static inline uint16_t dn_ntohs(uint16_t addr) -- cgit v1.2.3