[Buildroot] [git commit] perl: needs MMU

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Mar 8 14:08:24 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=18bca3ef2438c5a0976a70e569d582152c5d774a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

see build http://autobuild.buildroot.net/results/ba7/ba71d0d532ccd8e16b727cddd5dcaa5521074945/

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/perl/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/perl/Config.in b/package/perl/Config.in
index b2991b0..cdd5aab 100644
--- a/package/perl/Config.in
+++ b/package/perl/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PERL
 	bool "perl"
+	depends on BR2_USE_MMU # fork()
 	help
 	  Larry Wall's Practical Extraction and Report Language
 	  An interpreted scripting language, known among some as "Unix's Swiss


More information about the buildroot mailing list