libfuse: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 26 Dec 2012 00:49:19 +0000 (00:49 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 Dec 2012 22:38:43 +0000 (23:38 +0100)
Fixes
http://autobuild.buildroot.net/results/5c64ea05e0ffedcc78f5255f6f76afa1f159cda0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libfuse/Config.in
package/sshfs/Config.in
package/unionfs/Config.in

index 2e9b7dc9a64aecf606d853936d41589ab1d45c4b..5d308927f325004865b453f03b169cd6100d941b 100644 (file)
@@ -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)
 
index d0cf932bb948567d7e3d29aea1ab931d3bed7647..11b6bb90287bf49bcf1a96af82b9edb37abe1e53 100644 (file)
@@ -8,6 +8,7 @@ config BR2_PACKAGE_SSHFS
        depends on BR2_LARGEFILE
        depends on BR2_USE_WCHAR # glib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
+       depends on BR2_USE_MMU # libfuse
        help
          FUSE filesystem client based on the SSH File Transfer Protocol.
 
index 92f17875403ab4c14e5c5fe6bf6595fc0a906bac..2ac7be9c233bbf3a8b1d7fb8ce1a9e154fe4f9fb 100644 (file)
@@ -3,6 +3,7 @@ config BR2_PACKAGE_UNIONFS
        select BR2_PACKAGE_LIBFUSE
        depends on BR2_LARGEFILE
        depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
+       depends on BR2_USE_MMU # libfuse
        help
          A userspace unionfs implementation.