diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-26 10:56:12 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-26 10:56:12 +0200 |
commit | 9241fb6794cae1cad66d83ac3dfcfe243bc5566b (patch) | |
tree | b7ed2236a4f38e04ef989c158a8eb569ff6dc28b /package | |
parent | 1a9563b828170faa7d409363af44614051889d81 (diff) | |
download | buildroot-novena-9241fb6794cae1cad66d83ac3dfcfe243bc5566b.tar.gz buildroot-novena-9241fb6794cae1cad66d83ac3dfcfe243bc5566b.zip |
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>
Diffstat (limited to 'package')
-rw-r--r-- | package/cups/Config.in | 2 |
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 |