mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 21:22:17 +00:00
BUILD: makefile: Enable getaddrinfo() on OS/X
Enable getaddrinfo() on OS/X.
This commit is contained in:
parent
3fc0fe05fd
commit
ad5afbafea
3
Makefile
3
Makefile
@ -382,7 +382,8 @@ endif
|
||||
# Mac OS/X
|
||||
ifeq ($(TARGET),osx)
|
||||
set_target_defaults = $(call default_opts, \
|
||||
USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_CPU_AFFINITY USE_KQUEUE)
|
||||
USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_CPU_AFFINITY USE_KQUEUE \
|
||||
USE_GETADDRINFO)
|
||||
EXPORT_SYMBOL = -export_dynamic
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user