]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- disable ext4 support 793/head
authorArvin Schnell <aschnell@suse.de>
Tue, 21 Mar 2023 09:55:28 +0000 (10:55 +0100)
committerArvin Schnell <aschnell@suse.de>
Tue, 21 Mar 2023 09:55:28 +0000 (10:55 +0100)
Makefile.repo

index 085f2706a966f1629489c53f8d67002c858c3b69..37f5e455e39bdb53cf673e91e3d510a238ed6fd6 100644 (file)
@@ -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