summaryrefslogtreecommitdiffstats
path: root/net/chrony/patches/001-freebind_uclibc.patch
blob: e18d07e923ca1bb3caf6239dca5fedb426c18d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/sysincl.h b/sysincl.h
index 30e9b48..8fe16c0 100644
--- a/sysincl.h
+++ b/sysincl.h
@@ -70,4 +70,8 @@
 #include <arpa/inet.h>
 #endif
 
+#if defined(LINUX) && !defined(IP_FREEBIND)
+#define IP_FREEBIND 15
+#endif
+
 #endif /* GOT_SYSINCL_H */