From 8e77116027e7ceec5fa33a3f31f1dd184a00f5b1 Mon Sep 17 00:00:00 2001 From: "Albert S." Date: Mon, 3 Nov 2025 23:33:20 +0100 Subject: [PATCH] Makefile: Don't hard-disable landlock anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f12e214..07131cf 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ profile: qswiki exile.o: submodules/exile.h/exile.c - $(CC) -std=c99 -DHAVE_LANDLOCK=0 -c submodules/exile.h/exile.c -o exile.o + $(CC) -std=c99 -c submodules/exile.h/exile.c -o exile.o qswiki: $(WIKIOBJECTS) exile.o $(CXX) $(shell shuf -e $(WIKIOBJECTS) exile.o ) ${LDFLAGS} ${INCLUDEFLAGS} -o qswiki