Merge pull request #2648 from pkerling/master
[feed/packages.git] / net / chrony / patches / 001-freebind_uclibc.patch
1 diff --git a/sysincl.h b/sysincl.h
2 index 30e9b48..8fe16c0 100644
3 --- a/sysincl.h
4 +++ b/sysincl.h
5 @@ -70,4 +70,8 @@
6 #include <arpa/inet.h>
7 #endif
8
9 +#if defined(LINUX) && !defined(IP_FREEBIND)
10 +#define IP_FREEBIND 15
11 +#endif
12 +
13 #endif /* GOT_SYSINCL_H */