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:
Peter Korsgaard 2008-07-10 10:11:43 +00:00
parent 65cd178b54
commit 18a9aa0ae3

View File

@ -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