From 09f3be725259c8ea9f51c84a96c4c03459ba72aa Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 3 May 2016 14:43:21 +0200 Subject: swrap: Add support for running on OpenBSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Schneider Reviewed-by: Ralph Böhme --- ConfigureChecks.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 71e5056..5e96912 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -63,6 +63,8 @@ check_function_exists(eventfd HAVE_EVENTFD) check_function_exists(timerfd_create HAVE_TIMERFD_CREATE) check_function_exists(bindresvport HAVE_BINDRESVPORT) +check_function_exists(pledge HAVE_PLEDGE) + if (UNIX) if (NOT LINUX) -- cgit