Rebase against 5c0e699dbad3e4b4494852c6482125bd8bda9148

This commit is contained in:
Alistair Leslie-Hughes
2020-04-01 10:16:47 +11:00
parent 528306ccb6
commit 1a980ed93d
4 changed files with 32 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
From 3c98dd79ccad72249122925b6b748c6ec84db003 Mon Sep 17 00:00:00 2001
From e0719eabba7a7c187767441b361acedd50766234 Mon Sep 17 00:00:00 2001
From: Zebediah Figura <z.figura12@gmail.com>
Date: Wed, 13 Jun 2018 10:44:49 -0500
Subject: [PATCH] configure: Check for sys/eventfd.h, ppoll(), and shm_open().
@@ -11,18 +11,18 @@ Although perhaps we shouldn't since the server doesn't do this.
1 file changed, 12 insertions(+)
diff --git a/configure.ac b/configure.ac
index 4f1c925bf95..662d510317a 100644
index da5f24aba5f..6c2653c4c82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -511,6 +511,7 @@ AC_CHECK_HEADERS(\
sys/elf32.h \
@@ -509,6 +509,7 @@ AC_CHECK_HEADERS(\
sys/cdio.h \
sys/epoll.h \
sys/event.h \
+ sys/eventfd.h \
sys/exec_elf.h \
sys/filio.h \
sys/ioctl.h \
@@ -2130,6 +2131,7 @@ AC_CHECK_FUNCS(\
sys/ipc.h \
@@ -2191,6 +2192,7 @@ AC_CHECK_FUNCS(\
pipe2 \
poll \
port_create \
@@ -30,7 +30,7 @@ index 4f1c925bf95..662d510317a 100644
prctl \
pread \
proc_pidinfo \
@@ -2204,6 +2206,16 @@ case $host_os in
@@ -2265,6 +2267,16 @@ case $host_os in
;;
esac
@@ -48,5 +48,5 @@ index 4f1c925bf95..662d510317a 100644
if test "x$with_ldap" != "xno"
then
--
2.20.1
2.25.1