[Buildroot] [PATCH] libwebsockets: needs mmu

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Jun 3 20:21:46 UTC 2014


Fixes:
http://autobuild.buildroot.net/results/92d/92d29c3f8ab0686c6de765c108937240a6649d18/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/libwebsockets/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libwebsockets/Config.in b/package/libwebsockets/Config.in
index 1d927bb..2b350bf 100644
--- a/package/libwebsockets/Config.in
+++ b/package/libwebsockets/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBWEBSOCKETS
 	bool "libwebsockets"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_ZLIB
 	help
 	  Libwebsockets is a lightweight pure C library built to use
-- 
1.8.5.5



More information about the buildroot mailing list