distcc: only available on MMU platforms
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Aug 2012 13:44:12 +0000 (15:44 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Aug 2012 13:44:12 +0000 (15:44 +0200)
Fixes
http://autobuild.buildroot.org/results/3c1fa37c5b687767b53868f083910ca3f7dbcac0/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/distcc/Config.in

index 0b518c6ac33a7d14b21fc8be22e11bc69bea582e..2c30a21420976420df733c40c1f62c6842d55e10 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_DISTCC
        bool "distcc"
+       # needs fork()
+       depends on BR2_USE_MMU
        help
          Distributed compiler client and server.  Allows you to
          distribute compilation of C code across several machines