[Buildroot] [PATCH] xapp_xedit: needs MMU

Baruch Siach baruch at tkos.co.il
Sun Jun 1 03:07:14 UTC 2014


Fixes:
http://autobuild.buildroot.net/results/6b9/6b941b5992c73acd19e8077dbe6cb9fc65e5eba1/

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/x11r7/xapp_xedit/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xapp_xedit/Config.in b/package/x11r7/xapp_xedit/Config.in
index 5a7045907c4e..feaea7486f68 100644
--- a/package/x11r7/xapp_xedit/Config.in
+++ b/package/x11r7/xapp_xedit/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_XAPP_XEDIT
 	bool "xedit"
 	select BR2_PACKAGE_XLIB_LIBXAW
+	depends on BR2_USE_MMU # fork()
 	help
 	  simple text editor for X
-- 
2.0.0.rc2



More information about the buildroot mailing list