From 0b72acc39b4d6af64a69e2533999af970a18cafa Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Tue, 21 Mar 2023 10:55:28 +0100 Subject: [PATCH] - disable ext4 support --- Makefile.repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.repo b/Makefile.repo index 085f2706..37f5e455 100644 --- a/Makefile.repo +++ b/Makefile.repo @@ -11,7 +11,7 @@ endif PREFIX = /usr configure: all - ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --enable-selinux + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --enable-selinux --disable-ext4 all: aclocal -- 2.47.3