From: Thomas Petazzoni Date: Sat, 25 Aug 2012 13:44:12 +0000 (+0200) Subject: distcc: only available on MMU platforms X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e7bbc6b33bf67c64887e896cbfce0b887870e23;p=buildroot.git distcc: only available on MMU platforms Fixes http://autobuild.buildroot.org/results/3c1fa37c5b687767b53868f083910ca3f7dbcac0/build-end.log. Signed-off-by: Thomas Petazzoni --- diff --git a/package/distcc/Config.in b/package/distcc/Config.in index 0b518c6ac3..2c30a21420 100644 --- a/package/distcc/Config.in +++ b/package/distcc/Config.in @@ -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