waf: Fix resolv_wrapper with glibc 2.34
commitcf1ee828aa1c6dd46df057084783a809c654106b
authorAndreas Schneider <asn@samba.org>
Thu, 7 Oct 2021 13:55:37 +0000 (7 15:55 +0200)
committerJule Anger <janger@samba.org>
Fri, 21 Jan 2022 10:43:14 +0000 (21 10:43 +0000)
tree693a3fa629f51bf7829f189b65d946a0a0ed3647
parent60506e99312f91426da06b17cb3cde7616c34f43
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>
(cherry picked from commit e556b4067e0c4036e20fc26523e3b4d6d5c6be42)

Autobuild-User(v4-15-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-15-test): Fri Jan 21 10:43:14 UTC 2022 on sn-devel-184
selftest/wscript
third_party/resolv_wrapper/wscript