mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-09 18:02:57 +00: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:
committed by
Mike Frysinger
parent
83203748ae
commit
86c090b77f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user