aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-09-19 17:08:12 +0000
committerOmar Polo <op@omarpolo.com>2021-09-19 17:08:12 +0000
commit4c31de2915cd2ef3e7d5463bde48cf9064c89d20 (patch)
tree701943cf2c8e610445c2de8d760391ccb5159923 /configure
parentfba809b5c775fd4d3c28a012259ee3b1908d4e40 (diff)
add configure check and shim for landlock
First move towards landlock support (#3). The shim is needed until libc provides the proper wrappers for the landlock APIs; I hope it doesn't take too long, but landlock was merged back in May and are still missing.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5283a56..3639700 100755
--- a/configure
+++ b/configure
@@ -240,6 +240,7 @@ runtest getdtablecount GETDTABLECOUNT || true
runtest getdtablesize GETDTABLESIZE || true
runtest getprogname GETPROGNAME || true
runtest imsg IMSG -lutil || true
+runtest landlock LANDLOCK || true
runtest libevent LIBEVENT || true
runtest libtls LIBTLS || true
runtest openssl OPENSSL || true