[Buildroot] [git commit] samba: needs mmu

Peter Korsgaard peter at korsgaard.com
Wed Oct 9 21:40:13 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=47fed0c95114bcbfb1d9c3dd714c55f0d0880a18
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/samba/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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,


More information about the buildroot mailing list