projects
/
haproxy-2.3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc0fe0
)
BUILD: makefile: Enable getaddrinfo() on OS/X
author
Brad Smith
<brad@comstyle.com>
Fri, 9 Oct 2020 23:26:23 +0000
(19:26 -0400)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 10 Oct 2020 08:09:29 +0000
(10:09 +0200)
Enable getaddrinfo() on OS/X.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
db9bbe7
..
2fb05c7
100644
(file)
--- a/
Makefile
+++ b/
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