summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-26 10:56:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-26 10:56:12 +0200
commit9241fb6794cae1cad66d83ac3dfcfe243bc5566b (patch)
treeb7ed2236a4f38e04ef989c158a8eb569ff6dc28b
parent1a9563b828170faa7d409363af44614051889d81 (diff)
cups: uses fork(), only available on MMU platforms
Fixes http://autobuild.buildroot.net/results/6db1eb27387696bfa6b4d8ffb30eff00a2f842d0/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/cups/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/cups/Config.in b/package/cups/Config.in
index 0176423a1..dc1c2ed70 100644
--- a/package/cups/Config.in
+++ b/package/cups/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_CUPS
bool "cups"
+ # needs fork()
+ depends on BR2_USE_MMU
help
The Common Unix Printing System