summaryrefslogtreecommitdiffstats
path: root/package/heirloom-mailx
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-02-03 09:52:22 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-03 21:37:32 +0100
commitd3e7fbd75e49e3368b8c361c45344266ceca5cfd (patch)
tree12e18cbdf7946f0bf79e22069db1aabd7f964d83 /package/heirloom-mailx
parentea6f3bd9f25d7a0c3e39a166036a7f8b74935a72 (diff)
downloadbuildroot-novena-d3e7fbd75e49e3368b8c361c45344266ceca5cfd.tar.gz
buildroot-novena-d3e7fbd75e49e3368b8c361c45344266ceca5cfd.zip
heirloom-mailx: needs fork()
heirloom-mailx uses fork(), so we can't use it as is on !mmu platforms. Fixes: http://autobuild.buildroot.org/results/c5a8e3a4cbc1e1de985fe3c724b711027865abe7/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/heirloom-mailx')
-rw-r--r--package/heirloom-mailx/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/heirloom-mailx/Config.in b/package/heirloom-mailx/Config.in
index 9a871d4f6..ca83dc365 100644
--- a/package/heirloom-mailx/Config.in
+++ b/package/heirloom-mailx/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_HEIRLOOM_MAILX
bool "heirloom-mailx"
+ # uses fork()
+ depends on BR2_USE_MMU
help
Heirloom mailx (previously known as nail) is a mail user
agent for Unix systems.