- --disable-auto-modprobe \
- --with-kernel="$(LINUX_DIR)" \
- --disable-mtab
-
-# Since kernel 2.6.14 the fuse module is officially part of the kernel.
-# Generally it is better to use the kernel's module. Because it is patched
-# against the DCACHE BUG on arm architectures (currently brcm-2.4, brcm-47xx)
-# and from fuse 2.8.0 on it will be removed from the fuse package anyway.
-#
-CONFIGURE_ARGS += --disable-kernel-module
-
-define Build/Configure
- (cd $(PKG_BUILD_DIR); rm -f config.cache; \
- touch configure.in ; \
- touch aclocal.m4 ; \
- touch Makefile.in ; \
- touch include/config.h.in ; \
- touch configure ; \
- )
- $(call Build/Configure/Default)
-endef