commit | 364d6f529cebf2e3325b77fb29e3b875745b61e7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 14 18:33:56 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 15 18:03:48 2019 +0200 |
tree | 53fb587f144899e15d1f94ff8b266d1d3288daf8 | |
parent | a26181e74b3c1f186e3db34619939f8831dff8f7 [diff] |
BUILD: makefile: enable getaddrinfo on the linux-glibc target getaddrinfo() has been available since glibc 2.3.3 or so and is generally enabled by distro packagers. The main reason for not enabling it on Linux in the past is that it was known broken on some libc alternatives. It's the right moment to enable it by default with glibc.