Skip to content

Commit 0b72acc

Browse files
committed
- disable ext4 support
1 parent 561f1b3 commit 0b72acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.repo

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif
1111
PREFIX = /usr
1212

1313
configure: all
14-
./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --enable-selinux
14+
./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --enable-selinux --disable-ext4
1515

1616
all:
1717
aclocal

0 commit comments

Comments
 (0)