mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-15 12:40:35 +01:00
cmake: Define HAVE_PRCTL, HAVE_RAISE according to existing checks
Otherwise test-segfault will not be able to disable core dumps, making it extremely slow and noisy to run the tests under cmake. I added the missing checks in commitbe55374f, but didn't add the corresponding symbols to config.h.cmake. Fixes:be55374f"cmake: check for the necessary symbols for test-segfault.c" Closes: https://gitlab.freedesktop.org/dbus/dbus/issues/227 Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
4f594be197
commit
aced59e202
1 changed files with 2 additions and 0 deletions
|
|
@ -207,7 +207,9 @@
|
|||
#cmakedefine HAVE_DIRFD 1
|
||||
#cmakedefine HAVE_INOTIFY_INIT1 1
|
||||
#cmakedefine HAVE_GETRLIMIT 1
|
||||
#cmakedefine HAVE_PRCTL 1
|
||||
#cmakedefine HAVE_PRLIMIT 1
|
||||
#cmakedefine HAVE_RAISE 1
|
||||
#cmakedefine HAVE_SETRLIMIT 1
|
||||
#cmakedefine HAVE_UNIX_FD_PASSING 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue