lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit abe11a398264cbc6428885a4253c70cf7d8f97ae
parent 13f9c9d6489f0bee6559b4b739adbffce2b1adbf
Author: Stijn Tintel <stijn+github@linux-ipv6.be>
Date:   Tue, 15 Nov 2016 21:46:12 +0100

Merge pull request #3501 from dedeckeh/pr-strongswan-netlink

strongswan: Fix compile error due to __kernel_nlink_t being re-defined
Diffstat:
Mnet/strongswan/patches/101-musl-fixes.patch | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/strongswan/patches/101-musl-fixes.patch b/net/strongswan/patches/101-musl-fixes.patch @@ -10,7 +10,7 @@ --- /dev/null +++ b/src/libstrongswan/musl.h -@@ -0,0 +1,39 @@ +@@ -0,0 +1,38 @@ +#include <sys/types.h> + +#define crypt x_crypt @@ -31,7 +31,6 @@ +#define nlink_t x_nlink_t +#define timer_t x_timer_t +#define blkcnt_t x_blkcnt_t -+#define __kernel_nlink_t void + +#include <linux/types.h> +