libedit: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 24 Oct 2013 17:14:36 +0000 (14:14 -0300)
committerPeter 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

index 5158744a1bb44129436ba845e24334a137f8a3e8..683eb6b8831ca8d5a34b073c337e82feb9c8ed8a 100644 (file)
@@ -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