From: Thomas Petazzoni Date: Sun, 26 Aug 2012 08:56:12 +0000 (+0200) Subject: cups: uses fork(), only available on MMU platforms X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9241fb6794cae1cad66d83ac3dfcfe243bc5566b;p=buildroot.git cups: uses fork(), only available on MMU platforms Fixes http://autobuild.buildroot.net/results/6db1eb27387696bfa6b4d8ffb30eff00a2f842d0/build-end.log. Signed-off-by: Thomas Petazzoni --- diff --git a/package/cups/Config.in b/package/cups/Config.in index 0176423a16..dc1c2ed700 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