From patchwork Sun Feb 3 19:52:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: heirloom-mailx: needs fork() Date: Sun, 03 Feb 2013 09:52:22 -0000 From: Thomas Petazzoni X-Patchwork-Id: 217799 Message-Id: <1359921142-28296-1-git-send-email-thomas.petazzoni@free-electrons.com> To: buildroot@uclibc.org 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 --- package/heirloom-mailx/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/heirloom-mailx/Config.in b/package/heirloom-mailx/Config.in index 9a871d4..ca83dc3 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.