Fixes http://autobuild.buildroot.net/results/5c64ea05e0ffedcc78f5255f6f76afa1f159cda0 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBFUSE
bool "libfuse"
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU # fork()
help
FUSE (Filesystem in UserSpacE)
@@ -8,6 +8,7 @@ config BR2_PACKAGE_SSHFS
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
+ depends on BR2_USE_MMU # libfuse
FUSE filesystem client based on the SSH File Transfer Protocol.
@@ -3,6 +3,7 @@ config BR2_PACKAGE_UNIONFS
select BR2_PACKAGE_LIBFUSE
A userspace unionfs implementation.