From: Arvin Schnell Date: Tue, 21 Mar 2023 09:55:28 +0000 (+0100) Subject: - disable ext4 support X-Git-Tag: v0.10.5~32^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F793%2Fhead;p=thirdparty%2Fsnapper.git - disable ext4 support --- 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