You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
610 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -327,6 +327,15 @@ ifeq ($(TARGET),linux-glibc)
  4. USE_GETADDRINFO)
  5. endif
  6. +# For linux >= 2.6.28 and uclibc
  7. +ifeq ($(TARGET),linux-uclibc)
  8. + set_target_defaults = $(call default_opts, \
  9. + USE_POLL USE_TPROXY USE_DL USE_RT USE_NETFILTER \
  10. + USE_CPU_AFFINITY USE_THREAD USE_EPOLL USE_FUTEX USE_LINUX_TPROXY \
  11. + USE_ACCEPT4 USE_LINUX_SPLICE USE_PRCTL USE_THREAD_DUMP USE_NS USE_TFO \
  12. + USE_GETADDRINFO)
  13. +endif
  14. +
  15. # Solaris 8 and above
  16. ifeq ($(TARGET),solaris)
  17. # We also enable getaddrinfo() which works since solaris 8.