mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
8a7fc71b52
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
14 lines
257 B
Diff
14 lines
257 B
Diff
diff --git a/sysincl.h b/sysincl.h
|
|
index a9e4da0..e2a6e78 100644
|
|
--- a/sysincl.h
|
|
+++ b/sysincl.h
|
|
@@ -80,4 +80,8 @@
|
|
#include <sys/random.h>
|
|
#endif
|
|
|
|
+#if defined(LINUX) && !defined(IP_FREEBIND)
|
|
+#define IP_FREEBIND 15
|
|
+#endif
|
|
+
|
|
#endif /* GOT_SYSINCL_H */
|