summaryrefslogtreecommitdiffstats
path: root/package/libedit
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-10-24 14:14:36 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-10-25 09:22:21 +0200
commitc96a0cc9077001b4bdea20c3fcf2e03b69aeb30a (patch)
treec2ae6ae29955d677f808d42a1c60c39da40f24d4 /package/libedit
parentd19e39ca25f0e77ea7f7b8ce734818d5d6cef24e (diff)
downloadbuildroot-c96a0cc9077001b4bdea20c3fcf2e03b69aeb30a.tar.gz
buildroot-c96a0cc9077001b4bdea20c3fcf2e03b69aeb30a.zip
libedit: needs mmu
Fixes: http://autobuild.buildroot.net/results/211/2116ffb8e74073fd415bfdea748731b5b8a876d7/ (Not just the examples, also vi.c) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libedit')
-rw-r--r--package/libedit/Config.in1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud