001-freebind_uclibc.patch 256 B

12345678910111213
  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. +#if defined(LINUX) && !defined(IP_FREEBIND)
  9. +#define IP_FREEBIND 15
  10. +#endif
  11. +
  12. #endif /* GOT_SYSINCL_H */