[Buildroot] [PATCH 3/8] samba: needs mmu

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Oct 9 21:30:41 UTC 2013


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

diff --git a/package/samba/Config.in b/package/samba/Config.in
index a3218b5..5339d41 100644
--- a/package/samba/Config.in
+++ b/package/samba/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_SAMBA
 	bool "samba"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_POPT
 	help
 	  Provides print services to all manner of SMB/CIFS clients,
-- 
1.8.1.5



More information about the buildroot mailing list