projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d19e39c
)
libedit: needs mmu
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Thu, 24 Oct 2013 17:14:36 +0000
(14:14 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 25 Oct 2013 07:22:21 +0000
(09:22 +0200)
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>
package/libedit/Config.in
patch
|
blob
|
history
diff --git
a/package/libedit/Config.in
b/package/libedit/Config.in
index 5158744a1bb44129436ba845e24334a137f8a3e8..683eb6b8831ca8d5a34b073c337e82feb9c8ed8a 100644
(file)
--- 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