Browse Source

distcc: only available on MMU platforms

Fixes
http://autobuild.buildroot.org/results/3c1fa37c5b687767b53868f083910ca3f7dbcac0/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 13 năm trước cách đây
mục cha
commit
1e7bbc6b33
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      package/distcc/Config.in

+ 2 - 0
package/distcc/Config.in

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