Within this commit asterisk has been upgraded to version 11.22.0. Several build issues has also been fixed (thanks to musl fixes from Alpine linux). Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
10 lines
356 B
Diff
10 lines
356 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1261,7 +1261,6 @@ AC_LINK_IFELSE(
|
|
#include <resolv.h>],
|
|
[int foo = res_ninit(NULL);])],
|
|
AC_MSG_RESULT(yes)
|
|
- AC_DEFINE([HAVE_RES_NINIT], 1, [Define to 1 if your system has the re-entrant resolver functions.])
|
|
AC_SEARCH_LIBS(res_9_ndestroy, resolv)
|
|
AC_MSG_CHECKING(for res_ndestroy)
|
|
AC_LINK_IFELSE(
|