[Buildroot] [git commit] tn5250: needs mmu

Peter Korsgaard peter at korsgaard.com
Sun Jan 5 11:07:17 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=bbabf4947f8e562a5a46cf522ae44048eb40e456
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
http://autobuild.buildroot.net/results/02c/02cedc329c355255e9f9b3b87aa2777de321d1a4/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/tn5250/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/tn5250/Config.in b/package/tn5250/Config.in
index 807def0..01be40b 100644
--- a/package/tn5250/Config.in
+++ b/package/tn5250/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_TN5250
 	bool "tn5250"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_NCURSES
 	help
 	  Telnet client that emulates 5250 terminals and printers.


More information about the buildroot mailing list