BUILD: make dladdr1 depend on glibc version and not __USE_GNU
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2020 06:51:48 +0000 (07:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2020 06:53:10 +0000 (07:53 +0100)
commit62af9c83f9ed2b25e0061798e29e3cccfce5fbdc
treefd0e0e40b9a62c3dcaf8829504175f39773ea68c
parent9a0dfa5298348d4619efacbd368192ed008fa782
BUILD: make dladdr1 depend on glibc version and not __USE_GNU

Technically speaking the call was implemented in glibc 2.3 so we must
rely on this and not on __USE_GNU which is an internal define of glibc
to track use of GNU_SOURCE.
src/standard.c