diff mbox

keyutils: needs mmu

Message ID 1361513336-16816-1-git-send-email-gilles.talis@gmail.com
State Accepted
Commit 3dc86ad93759ccd110541f4dc535257e8084c414
Headers show

Commit Message

Gilles Talis Feb. 22, 2013, 6:08 a.m. UTC
Fixes:
http://autobuild.buildroot.org/results/ff84ee5335e3302dbb47d881d9903db81884014c

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

Comments

Peter Korsgaard Feb. 22, 2013, 1:20 p.m. UTC | #1
>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

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

Committed, thanks.
diff mbox

Patch

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.