]> 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 17:55:16 +0000 (17:55 +0000)
commit7a6c146c4e62b18f901a5fb80b11eb8a28e1891a
tree96150108bfe96dc94b10d5d4fd6374642b336bee
parent20b0cfca396cf3e724fcf8dc8f850593469b05fd
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 a10b4f5d2c85a7f6c1fbe5e942fec1eea60cff47)
configure
configure.ac