diff options
author | Yann Ylavic <ylavic@apache.org> | 2022-01-20 21:03:04 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2022-01-20 21:03:04 +0100 |
commit | af558302645384b998333f214d0af37cb3a4ff26 (patch) | |
tree | 77ce3fd86c87aeced8e800feb96c53a6ba3474f9 /configure.in | |
parent | ap_regex: Follow up to r1897240: cleanups. (diff) | |
download | apache2-af558302645384b998333f214d0af37cb3a4ff26.tar.xz apache2-af558302645384b998333f214d0af37cb3a4ff26.zip |
mod_unixd: Make CoreDumpDirectory work for FreeBSD 11+. PR 65819.
FreeBSD 11+ coredumping requires tracing enabled via procctl(PROC_TRACE_CTL).
Submitted by: David CARLIER <devnexen gmail.com>
Reviewed by: ylavic (by inspection)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9ba3ad46e6..d049ae9253 100644 --- a/configure.in +++ b/configure.in @@ -476,6 +476,7 @@ pwd.h \ grp.h \ strings.h \ sys/prctl.h \ +sys/procctl.h \ sys/processor.h \ sys/sem.h \ sys/sdt.h \ @@ -533,6 +534,7 @@ getgrnam \ initgroups \ bindprocessor \ prctl \ +procctl \ timegm \ getpgid \ fopen64 \ |