From: Dave Hart Date: Sat, 18 Mar 2023 16:10:54 +0000 (+0000) Subject: [Bug 3719] configure.ac checks for closefrom() and getdtablesize() missing. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9800d137ac6e25b50af68628360640feb7345b4c;p=thirdparty%2Fntp.git [Bug 3719] configure.ac checks for closefrom() and getdtablesize() missing. bk: 6415e28en6ygMpwAi62YTT4R7r084A --- diff --git a/ChangeLog b/ChangeLog index fd97d49a3..5f055078a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ * [Bug 3741] 4.2.8p15 can't build with glibc 2.34 * [Bug 3724] ntp-keygen with openSSL 1.1.1 fails on Windows - openssl applink needed again for openSSL-1.1.1 +* [Bug 3719] configure.ac checks for closefrom() and getdtablesize() missing. + Reported by Brian Utterback, broken in 2010 by * [Bug 3699] Problems handling drift file and restoring previous drifts - command line options override config statements where applicable - make initial frequency settings idempotent and reversible diff --git a/configure.ac b/configure.ac index c01b0cb52..75c7b5c4a 100644 --- a/configure.ac +++ b/configure.ac @@ -851,7 +851,9 @@ AC_CHECK_FUNCS( )] ) -AC_CHECK_FUNCS([fnmatch getbootfile getuid getrusage nanosleep strsignal]) +AC_CHECK_FUNCS([fnmatch getbootfile getuid getrusage nanosleep strsignal ]dnl + [strsignal closefrom getdtablesize]) + # kvm_open() is only used by tickadj. Also see above. case "$ac_cv_header_kvm_h" in