waf: Fix resolv_wrapper with glibc 2.34
authorAndreas Schneider <asn@samba.org>
Thu, 7 Oct 2021 13:55:37 +0000 (15:55 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 5 Nov 2021 11:44:30 +0000 (11:44 +0000)
commite556b4067e0c4036e20fc26523e3b4d6d5c6be42
tree927cf5b3e906faa668b1121a836900d660df6575
parente9495d2ed28a26899dc3dd77bdfe56e284980218
waf: Fix resolv_wrapper with glibc 2.34

With glibc 2.34 we are not able to talk to the DNS server via socket_wrapper
anymore. The res_* symbols have been moved from libresolv to libc. We are not
able to intercept any traffic inside of libc.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
selftest/wscript
third_party/resolv_wrapper/wscript