mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Setup an alternative stack for signals on heap.
This commit is contained in:
@@ -190,7 +190,7 @@ AC_CHECK_MEMBER([struct sockaddr.sa_len],
|
||||
|
||||
AC_CHECK_HEADERS([net/if_tun.h linux/if_tun.h netinet/in_systm.h], [], [], [])
|
||||
|
||||
AC_CHECK_FUNCS([setproctitle clock_gettime isatty pselect getpeereid])
|
||||
AC_CHECK_FUNCS([setproctitle clock_gettime isatty pselect getpeereid sigaltstack])
|
||||
|
||||
if [ test -z "$LIBWRAP" ];then
|
||||
libwrap_enabled="no"
|
||||
|
||||
Reference in New Issue
Block a user