]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3719] configure.ac checks for closefrom() and getdtablesize() missing.
authorDave Hart <hart@ntp.org>
Sat, 18 Mar 2023 16:10:54 +0000 (16:10 +0000)
committerDave Hart <hart@ntp.org>
Sat, 18 Mar 2023 16:10:54 +0000 (16:10 +0000)
bk: 6415e28en6ygMpwAi62YTT4R7r084A

ChangeLog
configure.ac

index fd97d49a316c5ff774d313d318f9adfa17ff16ea..5f055078a7d737c9eac66c2629bff8df862d9184 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@
 * [Bug 3741] 4.2.8p15 can't build with glibc 2.34 <perlinger@ntp.org>
 * [Bug 3724] ntp-keygen with openSSL 1.1.1 fails on Windows <perlinger@ntp.org>
   - 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 <hart@ntp.org>
 * [Bug 3699] Problems handling drift file and restoring previous drifts <perlinger@ntp.org>
   - command line options override config statements where applicable
   - make initial frequency settings idempotent and reversible
index c01b0cb52d4f7a27c79d86d975cb0577b63f9775..75c7b5c4a72e70a2e3f4f04d15d76950f68433af 100644 (file)
@@ -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