diff mbox

heirloom-mailx: needs fork()

Message ID 1359921142-28296-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit d3e7fbd75e49e3368b8c361c45344266ceca5cfd
Headers show

Commit Message

Thomas Petazzoni Feb. 3, 2013, 7:52 p.m. UTC
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>
---
 package/heirloom-mailx/Config.in |    2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Feb. 3, 2013, 8:37 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> heirloom-mailx uses fork(), so we can't use it as is on !mmu
 Thomas> platforms.

Committed, thanks.
diff mbox

Patch

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.