mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-02 12:44:38 +01:00
Do not build core_handler unless memfd_create is available
Restores build compatibility with glibc < 2.27. Change-Id: I1e58ab5e15d7691ad076769a52260fa01c9cfd06 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2597562 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
83203748ae
commit
86c090b77f
5 changed files with 38 additions and 13 deletions
|
|
@ -18,6 +18,9 @@
|
|||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the `memfd_create' function. */
|
||||
#undef HAVE_MEMFD_CREATE
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
|
|
@ -36,6 +39,9 @@
|
|||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
/* Define to 1 if you have the <sys/mman.h> header file. */
|
||||
#undef HAVE_SYS_MMAN_H
|
||||
|
||||
/* Define to 1 if you have the <sys/random.h> header file. */
|
||||
#undef HAVE_SYS_RANDOM_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue