From: Gustavo Zacarias Date: Thu, 24 Oct 2013 17:14:36 +0000 (-0300) Subject: libedit: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c96a0cc9077001b4bdea20c3fcf2e03b69aeb30a;p=buildroot.git libedit: needs mmu Fixes: http://autobuild.buildroot.net/results/211/2116ffb8e74073fd415bfdea748731b5b8a876d7/ (Not just the examples, also vi.c) Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/libedit/Config.in b/package/libedit/Config.in index 5158744a1b..683eb6b883 100644 --- a/package/libedit/Config.in +++ b/package/libedit/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBEDIT bool "libedit" depends on BR2_USE_WCHAR + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_NCURSES help The editline library (from BSD) provides generic line editing