]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configure: fix detection of re-entrant resolver functions
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 8 Mar 2023 18:26:51 +0000 (19:26 +0100)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 8 May 2023 18:13:35 +0000 (18:13 +0000)
commitbdd2bac05519d843f94dbea29442b1ce21f904a2
treecc77e5f867085a0d3d1cb2c32259cea4de4b7ce8
parent5a85b372af392b080fdb1976975c47a535b09034
configure: fix detection of re-entrant resolver functions

uClibc does not provide res_nsearch:
asterisk-16.0.0/main/dns.c:506: undefined reference to `res_nsearch'

Patch coded by Yann E. MORIN:
http://lists.busybox.net/pipermail/buildroot/2018-October/232630.html

ASTERISK-21795 #close

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Retrieved from:
https: //git.buildroot.net/buildroot/tree/package/asterisk/0005-configure-fix-detection-of-re-entrant-resolver-funct.patch]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Change-Id: I79296f19e28ec764bbd1e991bf11c416d0b10563
(cherry picked from commit cb0220dec20b988a8d9662dccb215e5a5382b132)
configure
configure.ac