* [Buildroot] [PATCH] libwebsockets: needs mmu
@ 2014-06-03 20:21 Gustavo Zacarias
2014-06-03 20:34 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-06-03 20:21 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/92d/92d29c3f8ab0686c6de765c108937240a6649d18/
Signed-off-by: Gustavo Zacarias <gustavo@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-03 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 20:21 [Buildroot] [PATCH] libwebsockets: needs mmu Gustavo Zacarias
2014-06-03 20:34 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox