From bcd34f4959206491be82abbf3f7124b03a5deb27 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 5 Jan 2025 14:00:13 +0100 Subject: More sandbox compilation tweaks under Alpine Linux. --- sandbox.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sandbox.c') diff --git a/sandbox.c b/sandbox.c index 0d82f58..f6f8d67 100644 --- a/sandbox.c +++ b/sandbox.c @@ -3,11 +3,13 @@ #include "snac.h" #ifdef __linux__ +#ifndef WITHOUT_SANDBOX #include #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 13, 0) #define WITHOUT_SANDBOX #endif +#endif #endif /* __linux__ */ -- cgit v1.2.3