[Buildroot] [PATCH] lsof: needs mmu

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Apr 28 19:41:40 UTC 2014


Fixes:
http://autobuild.buildroot.net/results/f03/f03fd887cfb353149d88c97afa380bd95d6315f1/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/lsof/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lsof/Config.in b/package/lsof/Config.in
index cc7512c..820cbf7 100644
--- a/package/lsof/Config.in
+++ b/package/lsof/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LSOF
 	bool "lsof"
+	depends on BR2_USE_MMU # fork()
 	help
 	  lsof (LiSt Open Files)
 	  The lsof tool lists information about files opened by
-- 
1.8.3.2



More information about the buildroot mailing list