fuse: don't build kernel module
it's been in the mainline kernel for ages (~3y) and the included stuff doesn't seem to build with modern kernel headers.
This commit is contained in:
parent
65cd178b54
commit
18a9aa0ae3
@ -30,10 +30,9 @@ $(LIBFUSE_DIR)/.configured: $(LIBFUSE_DIR)/.source
|
||||
--program-prefix="" \
|
||||
--disable-nls \
|
||||
--disable-example \
|
||||
--enable-kernel-module \
|
||||
--disable-kernel-module \
|
||||
--enable-lib \
|
||||
--enable-util \
|
||||
--with-kernel="$(LINUX_DIR)" \
|
||||
);
|
||||
touch $@
|
||||
# --disable-example
|
||||
|
Loading…
Reference in New Issue
Block a user