[Buildroot] [PATCH] keyutils: needs mmu

Gilles Talis gilles.talis at gmail.com
Fri Feb 22 06:08:56 UTC 2013


Fixes:
http://autobuild.buildroot.org/results/ff84ee5335e3302dbb47d881d9903db81884014c

Signed-off-by: Gilles Talis <gilles.talis at gmail.com>
---
 package/keyutils/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/keyutils/Config.in b/package/keyutils/Config.in
index 9b9f9bc..6978687 100644
--- a/package/keyutils/Config.in
+++ b/package/keyutils/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_KEYUTILS
 	bool "keyutils"
 	depends on !BR2_avr32 && !BR2_microblaze
+	depends on BR2_USE_MMU # fork()
 	help
 	  These tools are used to control the key management system
 	  built into the Linux kernel.
-- 
1.7.10.4



More information about the buildroot mailing list