Commit 18a9aa0a authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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.
parent 65cd178b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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