[Buildroot] [git commit branch/next] bash: add depends on MMU

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 30 19:20:02 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=99492e0dfacc53d1fbfa50ac10dac35630e120a1
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Fixes the build failure at

  http://autobuild.buildroot.org/results/0434d99b51f535ac73bfcf1968b1c2b81b44ba61/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/bash/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/bash/Config.in b/package/bash/Config.in
index 9ee46e8..228d5a4 100644
--- a/package/bash/Config.in
+++ b/package/bash/Config.in
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_BASH
 	bool "bash"
 	select BR2_PACKAGE_NCURSES
+	# uses fork()
+	depends on BR2_USE_MMU
 	help
 	  The standard GNU Bourne again shell.
 


More information about the buildroot mailing list