Merge pull request #4853 from StevenHessing/noddos
[feed/packages.git] / net / chrony / patches / 001-freebind_uclibc.patch
1 diff --git a/sysincl.h b/sysincl.h
2 index a9e4da0..e2a6e78 100644
3 --- a/sysincl.h
4 +++ b/sysincl.h
5 @@ -80,4 +80,8 @@
6 #include <sys/random.h>
7 #endif
8
9 +#if defined(LINUX) && !defined(IP_FREEBIND)
10 +#define IP_FREEBIND 15
11 +#endif
12 +
13 #endif /* GOT_SYSINCL_H */