]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: enable getaddrinfo on the linux-glibc target
authorWilly Tarreau <w@1wt.eu>
Fri, 14 Jun 2019 16:33:56 +0000 (18:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Jun 2019 16:03:48 +0000 (18:03 +0200)
commit364d6f529cebf2e3325b77fb29e3b875745b61e7
tree53fb587f144899e15d1f94ff8b266d1d3288daf8
parenta26181e74b3c1f186e3db34619939f8831dff8f7
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.
Makefile